Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This iPhone 6 is running iOS 12.4.1 (16G102), which may not be supported by this version of Xcode

Tags:

xcode

ios

iphone

Getting the error

This iPhone 6 is running iOS 12.4.1 (16G102), which may not be supported by this version of Xcode.

while trying to run the app on iPhone after updating the iPhone.

I know that I can update the Xcode and System both and the issue will be resolved but I want to be able to install the apps on iPhone without updating the Xcode and MacOS.

Please help.

Tried nothing yet.

Can not share the code. No code to show here.

like image 625
Mayank Bhaisora Avatar asked Sep 24 '19 07:09

Mayank Bhaisora


1 Answers

You need to add device support files from this link

Follow these steps to add device support files

  1. Go into Application and right click on Xcode.app then click on show package contents

  2. Go into this path Contents/Developer/Platforms/iPhoneOS.platform/DeviceS‌​upport/

  3. Get device support file 12.4 from attached link. Unzip it and rename to 12.4.1(16G102) and paste renamed file to above path under device support.

  4. Restart Xcode and then run application on device.

Happy Coding..

like image 77
Protocol Avatar answered Oct 13 '22 00:10

Protocol