AppCode switching branches creates long compile times Follow
Answered
When switching to a previously used branch, AppCode takes forever to compile. Isn't there a cache each time we compile like in Xcode?
Even if I'm working on branch A, run the app, switch to branch B (wait centuries for the compiler), compile and run the app, switch back to branch A (which I just ran earlier), compiler takes eons again.
Where's the cache?
Please sign in to leave a comment.
Alex,
Problem with slow compilation after switching branches is known: OC-5360. We've started work on another improvement for incremental builds: OC-9451. Please subscribe as watcher to both issues to track progress.