简体   繁体   English

无法在Xcode中建立我的新React-Native项目-获取配置文件置备错误

[英]Unable to build my new react-native project in xcode - getting profile provisioning error

I have create a new react native project and opened it in xcode. 我创建了一个新的react native项目并在xcode中将其打开。 When I run the application I get the error message that "No profiles for 'org.reactjs.native.example.testprovi' were found". 当我运行应用程序时,出现错误消息“找不到'org.reactjs.native.example.testprovi'的配置文件”。 The screen is attached. 屏幕已连接。 Please help. 请帮忙。

在此处输入图片说明

I searched for the problem and found the answer to it. 我搜索了问题并找到了答案

Change your bundle identifier to a unique string to try again. 将您的包标识符更改为唯一字符串,然后重试。

  • Your bundle identifier is already in use by other developers I guess, so just change your bundle identifier in the Identify tab right above your Signing tab to another one: 我猜您的捆绑包标识符已被其他开发人员使用,因此只需将“签名”标签上方的“识别”标签中的捆绑包标识符更改为另一个:
  • For example: Bundle Identifier: org.react.native.example.testprovi222 例如:捆绑包标识符:org.react.native.example.testprovi222

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM