Optimizing Binaries - High Level Xcode Build Pipeline

This the first post of a series Iโ€™m doing on how to optimize your appโ€™s binaries. The post is more of a high level intro. Depending on the action (build, run, test, profile, analyze, archive) of your scheme, the process will have all or some of the following steps: Dependency analysis What happens when you press build? So the first step is for the build system to take the build description, your Xcode project file....

May 3, 2023 ยท 4 min