Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run/install app in iOS 13 device from the Xcode 10.2.1 using device supported file

I have recently updated iPhone to iOS 13 after the update my existing code (which was working fine in iOS 12.3) stopped working. Getting below error.

enter image description here

so as a workaround I added device supported file for the iOS 13 in below location

⁨Applications⁩ ▸ ⁨Xcode⁩ ▸ ⁨Contents⁩ ▸ ⁨Developer⁩ ▸ ⁨Platforms⁩ ▸ ⁨iPhoneOS.platform⁩ ▸ ⁨DeviceSupport⁩

enter image description here

even after adding the device support file getting error could not locate the device support files.

like image 233
iosDev Avatar asked Jun 23 '19 15:06

iosDev


1 Answers

Make sure you name the folder to match the exact version, i.e. 13.0 (17A5508m)

like image 177
Claus Jørgensen Avatar answered Sep 17 '22 23:09

Claus Jørgensen