美文网首页
react native证书

react native证书

作者: 假面邂逅 | 来源:发表于2017-03-22 10:04 被阅读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删除那一行即可。

    相关文章

      网友评论

          本文标题:react native证书

          本文链接:https://www.haomeiwen.com/subject/amannttx.html