Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

device support files for iOS 11.4 (15F79)

Tags:

xcode

After updated my iPhone to 11.4, I found out that current version (Version 9.3 (9E145)) of Xcode do not have device support files for iOS 11.4 (15F79). Is there anything I can or should do to remedy this issue?

like image 437
Jeffrey Chang Avatar asked May 31 '18 21:05

Jeffrey Chang


People also ask

Can I delete IOS device support files?

Yes, Xcode keeps device support files for old devices and it's safe to delete them.


2 Answers

  • Download image file 11.4 (15F79)

    Paste it here in your Xcode: Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

Also you can download latest and earlier version HERE

like image 113
EK Chhuon Avatar answered Oct 04 '22 04:10

EK Chhuon


The latest version of XCode (version 9.4) was released on the 29th of May, which has support for iOS 11.4. You simply need to update XCode as well.

XCode 9.4 brings support for:

  • Swift 4.1
  • iOS 11.4
  • watchOS 4.3
  • tvOS 11.4
  • High Sierra 10.13.4
like image 33
Obsidian Age Avatar answered Oct 04 '22 04:10

Obsidian Age