Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 无法在Xcode 9中创建配置文件_Ios_Xcode_Tvos_Moonlight - Fatal编程技术网

Ios 无法在Xcode 9中创建配置文件

Ios 无法在Xcode 9中创建配置文件,ios,xcode,tvos,moonlight,Ios,Xcode,Tvos,Moonlight,我试着下载一个moonlight ios版本在tvOS上运行,结果出现了一些错误。我通过学习如何为应用程序签名修复了其中的一个问题,并且必须将捆绑包标识符更改为唯一的标识符才能使其正常工作 但后来该应用程序出现了一个bug,无法运行。所以我下载了另一个fork,它声称已经修复了这个bug。但现在我不能在新项目上签字。无论我尝试在Bundle标识符中输入什么,都会被拒绝,并出现错误: Failed to create provisioning profile. There are no devic

我试着下载一个moonlight ios版本在tvOS上运行,结果出现了一些错误。我通过学习如何为应用程序签名修复了其中的一个问题,并且必须将捆绑包标识符更改为唯一的标识符才能使其正常工作

但后来该应用程序出现了一个bug,无法运行。所以我下载了另一个fork,它声称已经修复了这个bug。但现在我不能在新项目上签字。无论我尝试在Bundle标识符中输入什么,都会被拒绝,并出现错误:

Failed to create provisioning profile.
There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register it.

No profiles for 'com.example.GettingStarted42365436' were found
Xcode couldn't find any iOS App Development provisioning profiles matching 'com.example.GettingStarted42365436'.
我已经做了很多次了,现在我已经达到了每周10次的上限,不能尝试新的标识符。我做错了什么?

转到Xcode>Preferences>Accounts,确保您的帐户设置正确。我在几天前更新到新版本的Xcode后遇到了同样的问题。
我把它修好了。似乎项目经理被困在以前的项目上,当我试图签署新的项目时,我实际上试图签署新的项目,但实际上没有改变其中的任何内容