ios-cmake icon indicating copy to clipboard operation
ios-cmake copied to clipboard

A CMake toolchain file for iOS/iPadOS, visionOS, macOS, watchOS & tvOS C/C++/Obj-C++ development

Results 40 ios-cmake issues
Sort by recently updated
recently updated
newest added

**Feature request** Please add support for the xrOS platform and simulator.

bug

We tried updating the iOS toolchain in https://github.com/mavlink/MAVSDK/pull/2184 and "try compile" fails with: ``` ld: building for iOS, but linking in object file built for iOS Simulator, file 'CMakeFiles/cmTC_1d3d7.dir/testCCompiler.c.o' for...

bug

hello, I'm new to cmake, I have some problems about this. I executed the following command ``` cmake -B build -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OSCOMBINED cmake --build build --config Release ```...

Hi! I am trying to build the brainflow libs using ios-cmake for OS64COMBINED, but I am getting the following error: /bin/sh -c /Users/scottmiller/git/brainflow/build/brainflow.build/Release-iphoneos/MuseLib.build/Script-538A60576ABA9B7FDB978F8C.sh Error copying file (if different) from "/Users/scottmiller/git/brainflow/compiled/libMuseLib.dylib"...

Apple Silicon in general requires CMake >= 3.19.2, so it's unlikely to be an issue. This avoids warning with CMake >= 3.27: ```sh % cmake -Bbuild -G Xcode -DCMAKE_TOOLCHAIN_FILE=../../ios.toolchain.cmake -DPLATFORM=OS64...

**Describe the bug** Intermediate binaries compiled during the build step are not signed when using ios.toolchain.cmake. This prevents the binaries from being executed in later steps. Instead, their execution is...

bug

I'm using this toolchain along with CMake v3.29.0 to generate iphoneos and iphonesimulator libraries. My goal is creating a couple of XCFrameworks, each consisting of two libraries; one for iphoneos...

Thanks for your contribution. I have tried writing some NEON instructions in ios, and the compilation was successful. Now I want to port it to CXX for compilation. On Android,...

**Describe the bug** ``` The C compiler "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" is not able to compile a simple test program. ``` **To Reproduce** Steps to reproduce the behavior: 1. Install toolchain in Mavericks:...

bug