Testing iOS 6 apps on device running iOS7

前端 未结 9 1396
执念已碎
执念已碎 2020-12-30 09:37

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 go

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 10:25

    The mode in which apps run on iOS7 is determined by the Base SDK used to link the executable. If you link against the iOS 6 SDK (included with Xcode 4.6.3) your app will run under iOS 7 but look and behave like running under iOS 6.

提交回复
热议问题