xcode 3.2.4(sdk 4.1)无法安装到设备
我最近在我的机器上安装了 XCode 3.2.4。它附带 iOS SDK 4.1。令人烦恼的是,我无法再将我的应用程序安装到任何 iPhone 上。存在在下拉列表中勾选“设备”以选择安装位置的选项,但是当我单击它时,它不会被勾选。奇怪的是,我只能在模拟器上运行我的应用程序,尽管选择模拟器的选项不存在。
有谁知道如何解决这个问题或者可能是什么问题?
提前致谢,
特里斯坦
I recently installed XCode 3.2.4 to my machine. This comes with iOS SDK 4.1. Annoyingly I can no longer install my app to any iPhone. The option to tick "Device" in the drop down for where to install to is present, but when I click it, it doesn't become ticked. Strangely I can only run my app on the simulator, despite the option to select the simulator not being present.
Does anyone know how to fix this or what might be the problem?
Thanks in advance,
Tristan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
所有这些问题只是提醒我,xCode 中有些东西非常令人困惑。
别让我开始谈论所有的配置误解
All these questions just remind me that something is very confusing in xCode.
And don't let me start talking about all the provisioning misunderstandings
您是否在调试或发布构建设置中设置了 iOS 部署目标以匹配 iPhone 上的操作系统版本?您是否将目标设备系列设置为 iPhone?
Did you set the iOS Deployment Target in your Debug or Release Build Settings to match the OS version on your iPhone? Did you set the Targeted Device Family to iPhone?
好吧,我正在回答我自己的问题。
我没有意识到的是,有单独的构建配置,具体取决于您在选择项目标题或项目目标时是否单击“信息”。我已将项目一设置为 SDK 4.1,但没有将目标设置为 SDK 4.1。
Alrighty, I'm answering my own question.
What I didn't realise is that there's seperate build configurations depending on wether you click 'info' while selecting your project's title or the project's Target. I had set the project one to SDK 4.1 but not the Target one.