-1

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?

Saltymule
  • 2,907
  • 2
  • 22
  • 30

1 Answers1

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.

Community
  • 1
  • 1
Saltymule
  • 2,907
  • 2
  • 22
  • 30