-
Notifications
You must be signed in to change notification settings - Fork 76
Version | Compilers | Status | Tests |
---|---|---|---|
Xcode 15.3 | AppleClang 15.0.0 | Compiled | Not run |
iOS is a proprietary mobile operating system developed by Apple. iOS is based on Darwin (BSD) kernel. It was developed by Apple to power its own hardware (mobile devices) and was presented in 2007. Supports natively Swift and Objective-C programming languages. Ported to several hardware platforms (ARM, ARM64, x86 and x64).
The development for iOS is done using cross-compilation tools through officially supplied SDKs and Xcode IDE. Usually you install the latest versions of them through the App Store.
Newer versions of CMake for iOS cross-compilation are recommended. Initial (built-in) support for iOS was added in CMake 3.14, please refer to documentation.
Apple does not provide direct access to the device or simulator to launch test executables.
- Apple Developer page.