iPhone在连接Mac时显示问号(代替其图标)

时间:2022-03-22 02:36:04

I have a (dev) build for the iPhone App & I need to install it on the iPhone that has been given to me.

我有一个(开发)版本的iPhone应用程序,我需要将它安装在已经给我的iPhone上。

Now, I have added the iPhone as a device to the provisioning profile for the App.

现在,我已将iPhone作为设备添加到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.

但是,当我将iPhone连接到我的Mac时,问号出现在其图标的位置(在XCode> Windows> Organizer中)。设备下的选项仅限于设备日志和屏幕截图。

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.

在右侧显示详细信息:“iOS上的iOS版本与iOS SDK安装支持的任何iOS版本都不匹配。请将设备恢复为下面列出的操作系统版本,或更新到最新版本的iOS SDK;可在此处获取。“这显然意味着我要为我正在使用的XCode更新我的iOS SDK。

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 ???

有没有办法做,比如没有更新最新iOS SDK的XCode,我可以将应用程序安装到提供给我的iPhone上???

2 个解决方案

#1


1  

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.

您只需构建应用程序,然后从产品中找到.ipa文件。然后将ipa文件拖到iTunes中,然后将其同步到您的设备。

#2


0  

If you have got the Xcode project..then you would have to update Xcode..that is the only solution..

如果你有Xcode项目..然后你必须更新Xcode ..这是唯一的解决方案..

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..

但如果您使用.ipa格式进行构建,那么您应该在www.testflightapp.com上注册您的设备,然后将ipa从那里传输到您的设备。

#1


1  

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.

您只需构建应用程序,然后从产品中找到.ipa文件。然后将ipa文件拖到iTunes中,然后将其同步到您的设备。

#2


0  

If you have got the Xcode project..then you would have to update Xcode..that is the only solution..

如果你有Xcode项目..然后你必须更新Xcode ..这是唯一的解决方案..

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..

但如果您使用.ipa格式进行构建,那么您应该在www.testflightapp.com上注册您的设备,然后将ipa从那里传输到您的设备。