在iOS设备上运行的React Native应用中出现问题

时间:2019-11-12 11:08:32

标签: ios reactjs react-native

我正在IOS上运行我的React Native应用程序,但是它不起作用,它显示了一个错误:

Code signing is required for product type 'Application' in SDK 'iOS 13.0'

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'.

Failed to register bundle identifier. The app identifier "org.reactjs.native.example.app" cannot be registered to your development team. Change your bundle identifier to a unique string to try again.

1 个答案:

答案 0 :(得分:0)

您没有与目标关联的开发人员团队,或者您必须使用重复的捆绑包标识符。 我猜您的捆绑包标识符已被其他开发人员使用,因此只需将“签名”标签上方的“识别”标签中的捆绑包标识符更改为另一个: 例如:捆绑包标识符:com.xyz.abc

在xcode中选择目标后,您可以在“签名和功能”选项卡中查看此内容 Xcode image

此后它应该可以工作,否则告诉我错误,请解决此问题