记录经常遇到的一个问题
记录一下现有工程切换开发者账号出现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.