美文网首页
2020-03-26

2020-03-26

作者: 追梦路上有你不孤单 | 来源:发表于2020-03-26 09:59 被阅读0次

                                 记录经常遇到的一个问题

记录一下现有工程切换开发者账号出现bundle Identifier 已经注册,提示修改identifier,但是  bundle Identifier 已经是确定的,不能让我再去修改所有在第三方平台上注册的账号信息吧。我一下我最后怎么解决的吧  

The app identifier "com.xxx.xxx" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.

projectName.entitlements  主要是这个货引起的,这个东西都是我们在设置iCloud,push notifications, Apple Pay, and App Sandbox的时候,iOS系统生成的签名证书,那么怎么解决呢,就是把这个东西先干掉,然后在target->Build Settings->Code Signing Entitlements 干掉,就可以运行了

Set entitlement values in order to enable iCloud, push notifications, Apple Pay, and App Sandbox. 

相关文章

网友评论

      本文标题:2020-03-26

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