如何在iPhone设备上部署NeoMAD应用程序并调试它?

时间:2021-07-22 20:51:50

I am compiling my application with NeoMAD for an iOS target. I was able to run it on the emulator, but how can I deploy it and debug it on an iPhone device?

我正在用NeoMAD为iOS目标编译我的应用程序。我可以在模拟器上运行它,但是如何部署它并在iPhone设备上调试它呢?

1 个解决方案

#1


1  

In order to deploy applications on an iOS device, you must go through the following steps:

为了在iOS设备上部署应用程序,您必须经过以下步骤:

  • enroll to the iOS Developer Program
  • 注册iOS开发程序
  • obtain a development certificate
  • 获得一个开发证书
  • declare the device you will use for tests
  • 声明要用于测试的设备
  • create an App ID for your application
  • 为应用程序创建一个应用程序ID
  • create a development provisioning profile and install it on your device
  • 创建一个开发配置文件并将其安装到您的设备上

If there are several developers in your organization, you only need to enroll once. The enrolled person will be the administrator of your team in the Developer Program and he/she will be able to invite other developers to join the team (they will have to register as Apple Developers).

如果您的组织中有几个开发人员,您只需要注册一次。被登记的人将会是你团队在开发者项目中的管理员,他/她将能够邀请其他的开发人员加入团队(他们将必须注册为苹果开发者)。

Note that this is not related to the fact that you are using NeoMAD to build your application. You will have to go through this process too if you create your iOS application using XCode directly.

注意,这与使用NeoMAD构建应用程序的事实无关。如果您直接使用XCode创建iOS应用程序,那么您也必须经历这个过程。

#1


1  

In order to deploy applications on an iOS device, you must go through the following steps:

为了在iOS设备上部署应用程序,您必须经过以下步骤:

  • enroll to the iOS Developer Program
  • 注册iOS开发程序
  • obtain a development certificate
  • 获得一个开发证书
  • declare the device you will use for tests
  • 声明要用于测试的设备
  • create an App ID for your application
  • 为应用程序创建一个应用程序ID
  • create a development provisioning profile and install it on your device
  • 创建一个开发配置文件并将其安装到您的设备上

If there are several developers in your organization, you only need to enroll once. The enrolled person will be the administrator of your team in the Developer Program and he/she will be able to invite other developers to join the team (they will have to register as Apple Developers).

如果您的组织中有几个开发人员,您只需要注册一次。被登记的人将会是你团队在开发者项目中的管理员,他/她将能够邀请其他的开发人员加入团队(他们将必须注册为苹果开发者)。

Note that this is not related to the fact that you are using NeoMAD to build your application. You will have to go through this process too if you create your iOS application using XCode directly.

注意,这与使用NeoMAD构建应用程序的事实无关。如果您直接使用XCode创建iOS应用程序,那么您也必须经历这个过程。