I want to debug my application running on a newer ios version but use my older version of xcode. Is there any way to do this?
Asked
Active
Viewed 1,103 times
-1
-
You must have the iOS sdk then only you can debug, I think – Exploring Aug 13 '13 at 14:04
-
Three downvotes. Probably because my question included the number 7. – Saltymule Aug 13 '13 at 14:04
-
I am literally running my app on ios 7 right now, launched and managed by 4.6. See my answer. – Saltymule Aug 13 '13 at 14:06
1 Answers
1
In order to do this you'll need to have multiple versions of xcode installed.
Can I have multiple Xcode versions installed?
Xcode shares device and symbol information across all versions of xcode. If you open the newer xcode version that supports the newer version of ios, you can add the device there. Once the device is added, close the newer version of xcode, and open your older version (4.6) that you want to deveop on. If everything went smoothly the device should be available in organizer, and you should be able to run and debug normally on it.