1. 打包上传到 app store 时:ERROR ITMS-90535 Unexpected CFBundleExecutable Key. ios
解决办法有:
a,用XCode 6.4的Product-》Archive,再提交到AppStore。
b,在Stackoverflow上也有相关的解决办法,就是把报错的第三方库的 info.plist 的无用的 CFBundleExecutable 删除掉。
http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdkgit
2.报警告 warning: directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'github
解决办法:targets ---选择项目test----build setting -----framework search path 里删除$(SDKROOT)/Developer/Library/Frameworks app