使用xcode真机调试的时候,遇到如下报错信息:
Failed to create provisioning profile.
The app ID "com.example.movieApp" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
No profiles for 'com.example.movieApp' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.movieApp'.

修改Bundle Identifier 重新生成证书即可

网友评论