我的iOS项目在Xcode 5中完美运行,我刚刚安装了Xcode 6 beta 4,当我构建时,我收到此错误:
/bin/sh -c .../Build/Intermediates/MyProject.build/Debug-iphoneos/MyProject.build/Script-E830169D18F5E42C00C07847.sh
Print: Entry, "CFBundleShortVersionString", Does Not Exist
Parse Error: Unclosed Quotes
Value Required for Set Command
Print: Entry, "CFBundleVersion", Does Not Exist
Parse Error: Unclosed Quotes
Value Required for Set Command
Command /bin/sh failed with exit code 1
我加倍检查,CFBundleShortVersionString在我的MyProject-Info.plist文件中。 有人遇到同样的问题吗?