AppCode switching branches creates long compile times

已回答

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? 

1
Avatar
Permanently deleted user
正式评论

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.

请先登录再写评论。