Xcode 7打包的应用与iOS 9的兼容问题

问题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'."

Xcode 7打包的应用与iOS 9的兼容问题_第1张图片

方法/步骤

  1. 1

    打开项目属性,选择“General”选项,勾选红框标注的“Requires full screen”

    Xcode 7打包的应用与iOS 9的兼容问题_第2张图片
    问题2: Unexpected CFBundleExecutable Key.The bundle atXXXX

    这个错误会出现在提交项目时候,

    Xcode 7打包的应用与iOS 9的兼容问题_第3张图片

    这个错误其实跟Cocos没关系 是腾讯的Bundle里边的问题,解决方法也很简单,找到这个Bundle,删除info.plist里边的

    Executable file这一项

    (删除蓝色箭头指向的那一个,注意是腾讯SDK里边的那个info.plist)

    Xcode 7打包的应用与iOS 9的兼容问题_第4张图片





你可能感兴趣的:(cocos2d-x,cocos2d,xcode,ios)