【发布时间】:2018-03-15 12:37:08
【问题描述】:
我克隆了一个项目并尝试在设备(iPhone 7)上运行我的应用程序,但它显示构建失败并出现以下错误。
注意:如果我在 Xcode 中创建一个新项目,我可以在我的设备上运行该应用程序。
我该如何解决这个问题?
错误:
Failed to create provisioning profile.
The app ID "org.reactjs.native.example.app" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.
No profiles for 'org.reactjs.native.example.app' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'org.reactjs.native.example.app'.
【问题讨论】:
-
它清楚地表明苹果中的开发者帐户没有与 ios 应用程序的特定捆绑包 ID 和您提到的特定捆绑包 ID 关联的配置文件。
标签: ios react-native mobile