iOS Build Process - kgleong/software-engineering GitHub Wiki

iOS Build Process

Compiling

Swift and Objective-C both use LLVM to compile to native code. Both run on the Objective-C runtime.

References

References

⚠️ **GitHub.com Fallback** ⚠️