# ios-cmake **Repository Path**: superpig2021/ios-cmake ## Basic Information - **Project Name**: ios-cmake - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-25 - **Last Updated**: 2025-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ios-cmake ========= [![Build Status](https://travis-ci.org/Yangqing/ios-cmake.svg?branch=master)](https://travis-ci.org/Yangqing/ios-cmake) A toolchain file and examples using cmake for iOS development. This is a fork of a similar project found on https://code.google.com/p/ios-cmake/ This version has been tested with xcode 5.1 and iOS SDK 7.1 In order to compile the static library for the iOS simulator 32 bit, change to the folder where the library sources reside, then: mkdir build cd build cmake .. -DCMAKE_TOOLCHAIN_FILE=../../../toolchain/iOS.cmake -DIOS_PLATFORM=SIMULATOR make make install Once the library is compiled and installed, change to the folder where the sample application sources reside, then open XCode with: open hello-app.xcodeproj Set IOS_PLATFORM to SIMULATOR64 to build for iOS simulator 64 bit Set IOS_PLATFORM to OS to build for Device