如何将您的应用程序放到您的 iPhone 上?
所以我制作了我的第一个 iPhone 应用程序;我想测试内存泄漏以及用户界面的总体感觉和设计,那么如何将其放在我的 iPhone 上?
So I made my first iphone application; I want to test for memory leaks and the general feel and design of the user interface, so how do I put it on my iphone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
开发人员门户上有文档可指导您配置电话以进行开发。使用 Xcode,您可以在按照开发门户中的步骤操作后将目标设置为设备(非常简单,但我希望您从那里阅读它们以确保您实际上在程序中),然后您将能够构建并运行或构建和调试,它将将该应用程序安装到您的手机上,它将在其中运行,您可以在那里调试它,附加仪器等。
编辑:按请求链接。
There is documentation on the developer portal which guides you through provisioning a phone for development purposes. Using Xcode you can set your target to the device after you follow the steps in the dev portal (really simple, but I'd like you to read them from there to ensure you are actually in the program) then you will be able to build and run or build and debug and it will install the app to your phone, where it will run and you can debug it there, attach instruments, etc.
EDIT: Link as requested.