Xcode compile time
A clean build of an ecommerce iOS app runs past 15 minutes and both CI and local builds are slow. What would you measure the stages with to decide what to fix first?
Xcode compile time
A clean build of an ecommerce iOS app runs past 15 minutes and both CI and local builds are slow. What would you measure the stages with to decide what to fix first?
Build and distributionShort answerAdvanced
You inherit a project where a clean build takes 15 minutes and a one-line change still ta…
#build-time #incremental-build
Build and distributionShort answerAdvanced
In a hotel booking app's multi-module Tuist project, the Feature modules import each othe…
#modules
ArchitectureShort answerAdvanced
You want to split an app that grew into a single target into modules. What criteria do yo…
#build-time
App lifecycle and systemMultiple choiceIntro
Which of these can't be done, or can't be trusted, in the iOS Simulator? Pick all that ap…
#xcode