Reputation: 814
I don't need to build and compile for IOS7, just debug on an IOS7 device.I don't want to upgrade my xcode to version 5. I built an app using sdk 5.1 I run the app on an IPAD just upgraded to IOS7 I have to debug the app but xcode will not see the ipad, I get a message that I must upgrade my SDK. Does that mean I must upgrade xcode itself? can I download just an sdk and continue using xcode 4.5?
Upvotes: 1
Views: 1068
Reputation: 11
You can't debug iOS 7 directly, but you can use the Organizer in XCode to view logs. You do this as follows:
This isn't the most efficient way to debug, but it's definitely better than not having any way to do it at all. Hopefully this helps.
Upvotes: 0
Reputation: 2971
I succeed in testing iOS 7 app within XCode 4 by first opening project from within XCode 5 and then running it from within XCode 4.
Since you are using XCode I suppose you have developer account.
So you do not need to migrate to XCode 5 as such. You can just download next version from Developer site as DMG file and you can run both XCode 4 and 5 as you wish.
Upvotes: 2