XCode 7上传遇到ERROR ITMS-90535 Unexpected CFBundleExecutable Key. 的解决办法

解决办法有: 
1,用XCode 6.4的Product-》Archive,再提交到AppStore。 
2,在Stackoverflow上也有相关的解决办法,就是把无用的CFBundle删除掉。 
http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk

在工程里面搜索info.plist,可以先搜索info,找到第三方的info.plist文件,删除里面的Executable file对应的一整行,包括值。

posted on 2015-10-13 22:35  纯情的小公鸡  阅读(261)  评论(0)    收藏  举报