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
change xcodebuild commnad parameter
-sdk iphoneos
to
-sdk iphonesimulator