【发布时间】:2020-07-17 16:25:51
【问题描述】:
我无法在我的 iPhone XR 上运行该应用程序,但同一个应用程序在模拟器中运行良好且没有错误。 这些是 Xcode 在尝试在我的手机上运行时显示的错误。应用名称是 HelloWorld。
Showing Recent Errors Only
Failed to register bundle identifier. The app identifier "test.HelloWorld" cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.
Showing Recent Messages
No profiles for 'test.HelloWorld' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'test.HelloWorld'.
我没有做任何与上面提到的“开发团队设置”相关的事情。我该如何解决这个问题?
【问题讨论】:
-
您应该更正配置文件,然后在其上添加您的设备,然后准备在您的设备中运行。请阅读文章如何通过 Xcode 在设备中运行 IOS 应用程序。