Xcode 找不到安装此版本的软件映像
在 XCode 3.2 上使用 4.2.1 (8C148) 的 itouch 和 iphone 4.2.1 (8C148) 时,显示此警告。尝试安装 Xcode SDK 4.0(看起来很酷,但非常令人困惑),但 iPhone 在管理器中显示相同的内容?有什么想法吗?昨天从上午 11 点一直到下午 6 点,我知道我错过了一些非常基本的东西。非常感谢任何帮助。
Using an itouch with 4.2.1 (8C148) and an iphone 4.2.1 (8C148) on XCode 3.2, showed this warning. Tried installing Xcode SDK 4.0 (which looks really cool but ultra confusing) but iphone showing same thing in organiser? Any thoughts? Went from 11am to 6pm on this yesterday and know I've missed something really basic. Any help very very appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试将部署目标修改为 4.2。默认情况下,它通常会尝试定位最新版本。
如果您使用的是 XCode 4,请单击左侧导航窗格顶部的应用程序名称,这将带您进入项目任务设置。在“信息”选项卡上,您将看到“iOS 部署目标”。我的默认是 4.3。
Try modifying your Deployment target to 4.2. By default, it will usually attempt to target the latest version.
If you're in XCode 4, click on the Application Name at the top of your left navigation pane, which should take you to the project task settings. On the Info Tab, you'll see "iOS Deployment Target". Mine defaults to 4.3.
我刚刚回答了这里的类似问题 。特定消息“Xcode 无法找到安装此版本的软件映像” ...(正如您所发现的)通常不是问题。许多其他因素可能会阻止应用程序从 Xcode 运行
I just answered a similar question over here. The particular message "Xcode cannot find the software image to install this version" ...is (as you have found) generally not the issue. A number of other things can prevent the app running from Xcode