I've just installed XCode 6 and something odd is happening.
I can run my app in a physical iOS7 phone, but not in the simulator, so that means the app is working fine.
When I build in the simulator I get this error:
file '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/usr/include/sysexits.h' has been modified since the precompiled header '/Users/xxxxxx/Library/Developer/Xcode/DerivedData/xxxxx-bssuvokuewryahcpprljeeteqzui/Build/Intermediates/PrecompiledHeaders/Pods-xxxxx-Mantle-prefix-eoukyqdtliihgbfojcbqetlttnwe/Pods-xxxxx-Mantle-prefix.pch.pch' was built
I tried:
- Cleaning the project
- Removing the derived data folder
- Uninstall cocoa pods in that project following this: How to remove CocoaPods from a project?
I think it's just related with the simulator but I don't know what I can do. Any ideas?