无法使用免费的苹果开发者帐户下载配置文件
Can not download provisioning profile with a free apple developer account
我注册了一个免费的 Apple ID 并将我的帐户添加到 Xcode。 Download All Profiles
什么都不做。有没有一种方法可以在不支付每年 99 美元的情况下下载这些配置文件?我是 运行 macOS 10.11 & XCode 7.3 或 8.0 beta 3.
并且在尝试设置新项目时,我在项目目标的签名部分遇到了这些错误:
An App ID with Identifier 'com.example.HelloWorld' is not available. Please enter a different string.
No profiles for 'com.example.HelloWorld' were found
Xcode couldn't find a provisioning profile matching 'com.example.HelloWorld'
Is there a way to download these provisioning profiles without paying per year?
没有。仅凭免费的 Apple ID,您无法 "download" 任何事情。您无权访问会员中心。您只需获得开发标识和简单的自动开发配置文件——您已经拥有它们,尽管您似乎没有意识到。您已经有权在您的设备上使用 运行 一个应用程序。
您剩下的问题只是您没有使用真正的捆绑包 ID。以你自己的名字命名你的苹果的唯一包 ID,例如difool.john.myCoolApp
,一切都会好起来的。只需通过 USB 和 运行 将您的设备连接到计算机即可。这就是免费 ID 赋予您的权利。
我注册了一个免费的 Apple ID 并将我的帐户添加到 Xcode。 Download All Profiles
什么都不做。有没有一种方法可以在不支付每年 99 美元的情况下下载这些配置文件?我是 运行 macOS 10.11 & XCode 7.3 或 8.0 beta 3.
并且在尝试设置新项目时,我在项目目标的签名部分遇到了这些错误:
An App ID with Identifier 'com.example.HelloWorld' is not available. Please enter a different string.
No profiles for 'com.example.HelloWorld' were found
Xcode couldn't find a provisioning profile matching 'com.example.HelloWorld'
Is there a way to download these provisioning profiles without paying per year?
没有。仅凭免费的 Apple ID,您无法 "download" 任何事情。您无权访问会员中心。您只需获得开发标识和简单的自动开发配置文件——您已经拥有它们,尽管您似乎没有意识到。您已经有权在您的设备上使用 运行 一个应用程序。
您剩下的问题只是您没有使用真正的捆绑包 ID。以你自己的名字命名你的苹果的唯一包 ID,例如difool.john.myCoolApp
,一切都会好起来的。只需通过 USB 和 运行 将您的设备连接到计算机即可。这就是免费 ID 赋予您的权利。