Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating a device to iOS 11.2 breaks support with Xcode 9.1

Tags:

ios

iphone

I tried to run my app on a device running iOS 11.2 and received the following error:

Could not locate device supported files.

This iPhone 5s (Model A1457, A1518, A1528, A1530) is running iOS 11.2 (15C114), which may not be supported by this version of Xcode.

I have used iphone 5s(version 11.1.2) and I want to build my project from xcode 9.1(ios 11.1).

like image 882
AMIT Avatar asked Dec 03 '17 08:12

AMIT


2 Answers

It seems that Apple released iOS 11.2 to the public without releasing Xcode 9.2 yet (the Mac App Store reports 9.1 as latest at the time of this writing), which includes the iOS 11.2 SDK necessary to target devices running iOS 11.2. You should be able to run this on your device with the Xcode 9.2 beta, which you can download from the developer download page if you have a developer account

EDIT: Xcode 9.2 is publicly available now, and you can download it from the Mac App Store

like image 87
Michael Hulet Avatar answered Oct 03 '22 11:10

Michael Hulet


Xcode 9.2 has finally been released. You can update it from App Store or just download it here: https://download.developer.apple.com/Developer_Tools/Xcode_9.2/Xcode_9.2.xip

like image 20
Can Poyrazoğlu Avatar answered Oct 03 '22 11:10

Can Poyrazoğlu