Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing iOS 6 apps on device running iOS7

Tags:

iphone

ios7

I have an iPhone 4s. I receive iOS 7 update in my phone. So the question is: can I run iOS 6 apps from Xcode on my iOS 7 device?

NOTE: I haven't got XCode 5, so that's the reason I would like to know about running iOS 6 apps from XCode 4.6.1 on an iPhone 4s with iOS 7.

like image 899
Igor Prusyazhnyuk Avatar asked Sep 18 '13 21:09

Igor Prusyazhnyuk


1 Answers

This is what you need to do:

  • close all Xcode apps
  • run Xcode 5 and wait for the devices to be recognised
  • run Xcode 4.6.3 at the same time
  • close Xcode 5

source: http://gerrybeauregard.wordpress.com/2013/07/12/testing-xcode-4-ios-6-sdk-app-on-ios-7-device/

like image 134
Roeland Weve Avatar answered Oct 20 '22 14:10

Roeland Weve