简体   繁体   English

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

[英]How can I deploy a NeoMAD application and debug it on an iPhone device?

I am compiling my application with NeoMAD for an iOS target. 我正在用NeoMAD为iOS目标编译我的应用程序。 I was able to run it on the emulator, but how can I deploy it and debug it on an iPhone device? 我可以在模拟器上运行它,但是如何在iPhone设备上部署和调试它呢?

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). 该注册人将是开发人员计划中您团队的管理员,他/她将能够邀请其他开发人员加入团队(他们必须注册为Apple Developers)。

Note that this is not related to the fact that you are using NeoMAD to build your application. 请注意,您正在使用NeoMAD来构建应用程序,这是不相关的事实。 You will have to go through this process too if you create your iOS application using XCode directly. 如果您直接使用XCode创建iOS应用程序,则也将必须执行此过程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用NeoMAD在Mac Tiger上编译我的iOS应用程序? - How can I compile my application for iOS on Mac Tiger with NeoMAD? 如何将Xcode中的iPhone应用程序部署到真正的iPhone设备? - How can I deploy an iPhone application from Xcode to a real iPhone device? 如何在iPhone设备上部署现有的sqlite文件 - How do I deploy an existing sqlite file on an iPhone Device Web应用程序在设备上的iPad和iPhone上崩溃,但在调试时未崩溃(Web检查器) - Web application crashes on iPad and iPhone on device but not on debug (web inspector) 如何在iPhone中调试离子应用程序(包括Cordova)? - How can I debug my ionic app(including cordova) in iphone? 如何调试接收幻象水龙头的iPhone? - How can I debug an iPhone that is receiving phantom taps? 尝试在我的iPhone上运行我的应用程序进行调试时,我在XCode中收到“无法安装应用程序”错误 - I get “Can't install application” error in XCode when trying to run my application on my iPhone for debug remotebuild无法在iPhone 6设备上部署Cordova应用程序-iPhone 5设备运行正常 - remotebuild fails to deploy cordova application on iphone 6 device - iphone 5 device works fine 如何调试来自 iPhone 的网络请求? - How can I debug network requests from my iPhone? 如何在Perl中开发iPhone应用程序? - How can I develop an iPhone application in Perl?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM