我正在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.

最佳答案

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

在xcode中选择目标后,您可以在“签名和功能”选项卡中查看此内容
ios - 在iOS设备上运行的React Native应用程序出现问题-LMLPHP

在那之后它应该工作,否则告诉我错误,请解决它

关于ios - 在iOS设备上运行的React Native应用程序出现问题,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/58817429/

10-12 12:33
查看更多