iPhone 在连接到 Mac 时显示问号(代替其图标)
我有一个 iPhone 应用程序的(开发)版本我需要将其安装在给我的 iPhone 上。
现在,我已将 iPhone 作为设备添加到应用程序的配置文件中。
但是,当我将 iPhone 连接到我的 Mac 时,问号出现在其图标的位置(在 XCode > Windows > Organizer 中)。并且设备下的选项仅限于设备日志和屏幕截图。
右侧详细信息显示:““iPhone”上的 iOS 版本与此安装的 iOS SDK 开发所支持的任何 iOS 版本都不匹配。请将设备恢复到操作系统版本下面列出,或更新到最新版本的 iOS SDK;可在此处获取。” 这清楚地意味着我必须为我正在使用的 XCode 更新我的 iOS SDK。
有什么办法可以做到,就像不更新最新 iOS SDK 的 XCode 一样,我可以将应用程序安装到提供给我的 iPhone 上???
I have a (dev) build for the iPhone App & I need to install it on the iPhone that has been given to me.
Now, I have added the iPhone as a device to the provisioning profile for the App.
But, When I connected the iPhone to my mac, Question mark appears in place of its icon (in XCode > Windows > Organizer). And the options under the device are limited to Device Logs and Screenshots.
And on right hand side detail appears : "The version of iOS on “iPhone” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the OS listed below, or update to the latest version of the iOS SDK; which is available here." Which clearly means that ihave to update my iOS SDK for the XCode that I am using.
Is there any way to do, like without updating the XCode for latest iOS SDK, I can install the App to the iPhone provided to me ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您只需构建应用程序,然后从产品中找到 .ipa 文件。然后将 ipa 文件拖入 itunes 中,然后将其同步到您的设备。
You just build the app, and locate the .ipa file from the products. Then drag the ipa file into itunes and then sync it to your device.
如果您已经获得了 Xcode 项目..那么您必须更新 Xcode..这是唯一的解决方案..
但如果您获得了 .ipa 格式的版本。那么您应该在www.testflightapp.com 然后将该 ipa 从那里传输到您的设备。
If you have got the Xcode project..then you would have to update Xcode..that is the only solution..
but if you got the build in .ipa format.then you should register your device on www.testflightapp.com and then transfer that ipa from there to your device..