所以这是一个奇怪的问题 – 当我将档案提交到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."
从我的plist:
<key>CFBundleIdentifier</key> <string>com.myApp.app</string>
…
<key>CFBundleVersion</key> <string>3.1.5</string>
…
<key>CFBundleShortVersionString</key> <string>3.1.4</string>
运行xCode 7.0.1
解决方法
将XCode更新为7.1,它昨天发布.
使用最新的XCode来提交就行了.
==================================================
如muyexi所言,我删除TencentOpen SDK info.plist,然后提交成功.