hi guys,
So I recently ran a build with timing summary (because my average Xcode build has 258 tasks and takes 10-12 minutes) and found that Gamesparks, for example, takes 2 minutes to compile each time.
But Gamesparks is just an API that I don’t edit, so I figure- shouldn’t I be able to tell Xcode somehow not to rebuild that code over and over again? (Also- I’m appending the Xcode project, not rebuilding from scratch)
Thanks for the help