react native证书

2017-03-22  本文已影响0人  假面邂逅

下载证书安装报错  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 都正确,网上找了各种方法,无法解决。

最后发现我的问题是

info.plist -->Bundle identifier 中的名字 与  target-->build settings -->packaging-->Product bundle identifier 中的

名字不匹配。 改为一致就可以了。

还有关于真机调试:

电脑和手机要在同一网段,

途中圈中地方也要选择开发团队。

2. 导出包出错

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删除那一行即可。

上一篇 下一篇

猜你喜欢

热点阅读