简体   繁体   English

如何导入在iPhone中创建的Xcode项目?

[英]How to import created a Xcode project in iPhone?

我被创建并成功地从Mac的Xcode中运行了一个项目。我被认为该项目正在我的iPhone中运行。如何从iPhone导入此Xcode项目。请帮助我

If you have Apple Developer Account, then: 如果您拥有Apple开发者帐户,则:

1- You need to create few certificates, get info from Distributing iOS Apps With iTunes Connect 1-您需要创建一些证书,并从使用iTunes Connect分发iOS应用程序中获取信息

  1. If you don't have developer account, then you would have to purchase from Apple Developer Program for iOS 如果您没有开发者帐户,则必须从Apple Developer Program for iOS购买

Otherwise it will not be possible to run it on real devices, you can just check your app on simulator. 否则,将无法在真实设备上运行它,您只需在模拟器上检查您的应用即可。

Read this detailed tutorial on How to Test Your App on an iOS Device 阅读有关如何在iOS设备上测试应用程序的详细教程

Connect phone via usb and wait umtil Xcode detects it. 通过USB连接手机,等待umtil Xcode检测到它。 Then play app. 然后播放应用程序。

If you want to import an ipa file, to execute in another device, create a cert with imei of the phone, archive the app and import it. 如果要导入ipa文件,要在另一台设备上执行,请使用手机的imei创建证书,将其存档并导入。 Further info here . 进一步的信息在这里

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM