所以这很奇怪 - 在尝试将我的存档提交到App Store时出现以下错误:
ERROR ITMS-90049: "This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The APplication Bundle.]"
ERROR ITMS-90049 "This bundle is invalid. The bundle identifier contains disallowed characters
ERROR ITMS-90056: "This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion."
Run Code Online (Sandbox Code Playgroud)
从我的plist:
<key>CFBundleIdentifier</key>
<string>com.myApp.app</string>
Run Code Online (Sandbox Code Playgroud)
...
<key>CFBundleVersion</key>
<string>3.1.5</string>
Run Code Online (Sandbox Code Playgroud)
...
<key>CFBundleShortVersionString</key>
<string>3.1.4</string>
Run Code Online (Sandbox Code Playgroud)
运行xCode 7.0.1