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