且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在不注册Apple开发者计划的情况下使用Xcode 7在iPhone / iPad上运行应用程序?

更新时间:2022-11-16 20:45:12

请按照以下步骤操作:


  1. 安装Xcode 7.

  1. Install Xcode 7.

提供唯一的包标识符(任何唯一的标识符):

Give a unique bundle identifier (any unique identifier):

选择有效来自团队选项的团队(您可以从Xcode首选项添加帐户,但也可以选择添加帐户):

Select a valid team from the "Team" option (you can add an account from Xcode preferences, but there is also an option for adding an account):

然后点击修复问题。这需要一些时间才能得到解决。 (如果您收到任何错误,那么您的Apple开发者帐户可能会出现问题。)

Then click on Fix Issue. It will take some time and will be resolved. (If you are getting any error, then there may be some issue with your Apple developer account.)

如果您在点击后没有收到任何类型的错误在修复问题上,您的设置成功:

If you are not getting any kind of error after clicking on Fix Issue, then your set up succeeded:

现在连接您的设备。通过选择目的地作为您的连接设备名称,在Xcode 7上运行您的代码。

Now connect your device. Run your code on Xcode 7 by selecting the destination as your connected device name.

我已尝试使用Xcode 7 beta版。

I have tried it with the Xcode 7 beta version.