简体   繁体   English

iPhone 5s无法与iOS 11.0.2一起进行iOS开发

[英]iPhone 5s not working for iOS development with iOS 11.0.2

I am working on a camera app in Swift. 我正在使用Swift开发相机应用程序。 Because it is a camera app I have to use the iPhone to run versions of the software. 因为它是相机应用程序,所以我必须使用iPhone来运行该软件的版本。 I recently upgraded to iOS 11.0.2 on the iPhone 5s. 我最近在iPhone 5s上升级到iOS 11.0.2。 Now when I try to run the app on the phone I get the following message "This iPhone 5s (Model A1453, A1533) is running iOS 11.0.2 (15A421), which may not be supported by this version of Xcode." 现在,当我尝试在手机上运行该应用程序时,我收到以下消息:“此iPhone 5s(型号A1453,A1533)正在运行iOS 11.0.2(15A421),此版本的Xcode可能不支持该iPhone。 and the software will not load. 并且软件将无法加载。 Is there a way around this? 有没有解决的办法?

您应该将Xcode更新为Xcode9。Xcode8无法为iOS 11编译。

Update your xcode to xcode 9. This issue is because of the mismatch version of xcode and your device. 将您的xcode更新为xcode9。此问题是由于xcode版本与您的设备不匹配所致。 To run the app on IOS 11 you must have xcode 9. 要在IOS 11上运行该应用,您必须具有xcode 9。

安装xcode 9,因为仅支持使用xcode 9运行iOS11。以前的xcode无法在iOS 11中运行

Please make sure your app is 64bit. 请确保您的应用是64位。 Also check https://developer.apple.com/news/?id=06282017b 还要检查https://developer.apple.com/news/?id=06282017b

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM