Understanding Xcode Build System⚒

Vadim Bulavin
1 min readOct 28, 2018

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/.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Vadim Bulavin
Vadim Bulavin

Written by Vadim Bulavin

Senior iOS Software Engineer at Pluto TV. Creator of Yet Another Swift Blog https://www.vadimbulavin.com/. Coding for fun since 2008, for food since 2012.

No responses yet

Write a response