xcode 如何在 IOS 设备上运行我的项目。?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/17140497/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I run my project on IOS device.?
提问by Venkat Narahari
I am very new to IOS. I have developed one application in xcode and I want to run this app with my iPhone device. HOw can I run this app in my mobile. PLease provide the steps to generate .app /IPA file and provide details that how can I run this app in my device. Thanks in advance..
我对IOS很陌生。我在 xcode 中开发了一个应用程序,我想用我的 iPhone 设备运行这个应用程序。我怎样才能在我的手机上运行这个应用程序。请提供生成 .app /IPA 文件的步骤,并提供有关如何在我的设备中运行此应用程序的详细信息。提前致谢..
回答by Adam Eberbach
You could also look at this:
你也可以看看这个:
ProvisionYourDevicesforDevelopment
I notice the other tutorial linked follows what I think of as the "old" way. With Xcode 4 you really don't need to do all those steps manually, use the Xcode organiser window and allow it to do all the steps for you. It is much easier.
我注意到链接的另一个教程遵循我认为的“旧”方式。使用 Xcode 4,您真的不需要手动完成所有这些步骤,使用 Xcode 管理器窗口并允许它为您完成所有步骤。这要容易得多。