XCode上传AppStore错误(ERROR ITMS-90535 ITMS-90158)

1. ERROR ITMS-90535: "Unexcepted CFBundleExecutable Key. The bundle at 'Payload/OTS.app/GoogleSignIn.bundle' does not contain a bundle executable. ..."

    文件系统中点击“查询”,搜索“CFBundleExecutable”,得到多个包含该字段的plist文件,根据错误信息删除对应的plist中的CFBundleExecutable即可。

   参考网址:http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk

 

2. ERROR ITMS-90158: "The following URL schemes found in your app are not in the current format:[801307650, 568898243]."

    Info-URL Scheme中,设置对应的URL Scheme。

    ShareSDK设置URL Scheme注意事项:

    (1)微信:wx开头;

    (2)QQ及QQ空间:”QQ” + AppId的16进制;

    (3)新浪微博、腾讯微博:"wb"+AppID.

posted @ 2015-11-04 12:54  naterliu  阅读(6535)  评论(0)    收藏  举报