问题1:
将Xcode 更新至7.0.1版本后,成功打包应用,用Xcode也验证成功,但上传时报错:ERROR ITMS-90474: "Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsideDown,UIInterfaceOrientationLandscapeLeft,UIInterfaceOrientationLandscapeRight'. Found 'UIInterfaceOrientationPortrait' in bundle 'xxxx'."ERROR ITMS-90475: "Invalid Bundle. iPad Multitasking support requires launch story board in bundle 'xxxx'."

方法/步骤
-
打开项目属性,选择“General”选项,勾选红框标注的“Requires full screen”
问题2: Unexpected CFBundleExecutable Key.The bundle atXXXX这个错误会出现在提交项目时候,
这个错误其实跟Cocos没关系 是腾讯的Bundle里边的问题,解决方法也很简单,找到这个Bundle,删除info.plist里边的
Executable file这一项
(删除蓝色箭头指向的那一个,注意是腾讯SDK里边的那个info.plist)