Build and distributionMeituan
From source to binary
What stages does a Swift source file go through before it's a binary running on an iPhone?
From source to binary
What stages does a Swift source file go through before it's a binary running on an iPhone?
Build and distributionShort answerExpert
Your app embeds 40 dynamic frameworks. What gets better and what gets worse if you switch…
#static-library #dyld
App lifecycle and systemShort answerBasics
From the moment the app icon is tapped on the home screen until the first screen is drawn…
#dyld
Memory and ARCShort answerAdvanced
Starting from "explain ARC," the follow-ups keep coming. First: who inserts retain and re…
#compiler
Performance and debuggingShort answerAdvanced
You take over an app whose cold start takes more than 3 seconds. How would you split up a…
#dyld