I have an iphone 6 running ios 11.1
I have an old program that I need to run, and I tried to convert it to Swift 4 but wasn't translated properly (runtime errors mostly). Just want to run it and test it out. I do have xcode 8 and xcode 9 as well but since it's written in Swift 2.x I have to use either Xcode 8 or 7.
Running it in Xcode 7 I get
Could not find Developer Disk Image
Running it in Xcode 8 I get
This iPhone 6 is running iOS 11.1.1 (15B150), which may not be
supported by this version of Xcode.
Is there a way to run this on a physical device or I must convert it ?