-
Notifications
You must be signed in to change notification settings - Fork 3
iOS Build Process
Kevin Leong edited this page Apr 8, 2017
·
3 revisions
Swift and Objective-C both use LLVM to compile to native code. Both run on the Objective-C runtime.
- Understanding the Objective-C runtime - Cocoa Samurai
- What exactly is LLVM - StackOverflow
- Does Swift compile to native code? - Stack Overflow
- Build process of an iOS app - StackOverflow
- Apple Developer
- Build Reference - A list of environment variables available during the build process.