How to test IOS 6 on XCode 7 El Capitan?

355 views Asked by At

I am not an IOS developer. I have a Cordova app with two small errors on IOS6. The app has been compiled in Xcode 7.2 on El Capitan usign the following configuration:

deployment target

enter image description here

The app compiles and works ok on an IPhone 3GS device running IOS 6.1.6; however, our customer has found some errors on an IPhone 4 running IOS 6.0.

I don't have any device like that. I tried to install an old version of the simulator that crashed my XCode so I had to reinstall it.

Then I decided to try on a Mountain Lion virtual machine running XCode 4.5. I copied the project and tried to execute it to find this error:

Failed to load project at '/Users/holamundo2/Desktop/IOS_original/isosmed/platforms/ios/holamundo2.xcodeproj', incompatible project version. I don't know how to make the project "compatible".

Finally, I even tried wildly to copy from the simulator in El capitan to the simulator in the Virtual machine. Obviously, it didn't work either.

enter image description here

So I have two questions:

1. How can I change an Xcode project created from XCode 7 to one I can run from my virtual machine?

2. Is there any other way to copy/paste one simulator image to another in order to run the application?

0

There are 0 answers