App Installation Failed! Cleaning iOS Project is Annoying 😤
1 min readOct 12, 2018
The solution, maybe incorrect or inefficient, is to clean and rebuild. Thats very annoying to me since the project use CocoaPods where rebuilding means rebuild all the code from the libraries too.
Better to me is using Carthage where I don’t needs to rebuild each library and results in faster compilation. The drawback is just it need to wait for 30 minutes for the first time because Carthage performs build RELEASE.
You may have another solution. Share me your thought in comment.