Understanding Xcode Build System⚒
Every Swift program undergoes a number of transformations before it can be run on a real device. This process is usually handled by an Xcode Build System.
In this article you will learn:
- 👨💻Swift compilations process;
- 🔬Structure of the compiler;
- ⚙️Roles of preprocessor, assembler, linker and loader.
Visit my blog to read the full article: http://www.vadimbulavin.com/xcode-build-system/.