I cannot build my application anymore since I updated Xcode to the new version (Xcode 5.1).
the error message is \'Could not build module \'UIKit\'\'.
I have the same probl
So, I also encountered this problem, and discovered the problem was that my Podfile's minimum iOS version was 6.1 while my project's minimum iOS Version was 6.0. Getting these two values aligned resolved the issue.