下載證書安裝報錯 ?The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016).
xcode8.3。
證書 ,provisions file 都正確,網(wǎng)上找了各種方法,無法解決。
最后發(fā)現(xiàn)我的問題是
info.plist -->Bundle identifier 中的名字 與? target-->build settings -->packaging-->Product bundle identifier 中的
名字不匹配。 改為一致就可以了。
還有關(guān)于真機(jī)調(diào)試:
電腦和手機(jī)要在同一網(wǎng)段,
途中圈中地方也要選擇開發(fā)團(tuán)隊。
2. 導(dǎo)出包出錯
specifies a non-existent file for the CFBundleExecutable key
Info.plist of “Travel Pal.app/GooglePlus.bundle/GPPCommonSharedResources.bundle”
specifies a non-existent file for the CFBundleExecutable key
你只需要去那個工程找到googlePlus.bundle 這個文件下的info 文件? 搜索CFBundleExecutable key刪除那一行即可。