在设备上的第二个应用程序上运行应用程序
我已经制作了第一个应用程序,它在我的 iPod touch 和 iPad 上运行良好。现在我正在制作第二个应用程序,但 Xcode 不允许我在我的设备上运行该应用程序。当我插入设备时,它只是不会在设备菜单中弹出(您可以在其中选择模拟器等),但它在我的第一个应用程序上仍然可以正常工作。我还需要做任何额外的配置吗?
I've made my first application which ran fine on my iPod touch and on my iPad. Now I'm in the process of making my second app, but Xcode won't let me run the app on my device. When I plug in the device, it just does't pop up in the device menu (where you choose the simulator etc.), but it still works fine on my first app. Is there any additional configuration I have to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您必须确保已安装与应用程序标识符匹配的配置文件。
检查管理设备和数字身份
Yes, you have to be sure that you have installed a provisioning profile that match your application's identifier.
Check Managing Devices and Digital Identities
另外,在 Xcode 管理器中,您必须启用该设备进行开发(当您在管理器中选择设备时,会出现一个中等大小的按钮)。如果您使用的是 Xcode 4.1+,系统会自动为您配置该设备。
Also, in the Xcode Organizer, you have to enable that device for Development (there's a medium size button button for that when you select the device in the Organizer). If you are using Xcode 4.1+ that device will automatically be provisioned for you.