How to I add simulator for iphone 4/5 in Xcode 6.3.1

前端 未结 3 889
悲&欢浪女
悲&欢浪女 2021-01-15 21:29

I am not sure if i am doing it right. Please help.

To add simulator, goto > windows > devices

problem:

1) When I tried to add simulator for ip

相关标签:
3条回答
  • 2021-01-15 22:04

    In the Xcode menu, go to Windows > Devices, and at the bottom left click on the + button.

    screenshot showing the location of the + button

    screenshot showing the create a new simulator dialog

    0 讨论(0)
  • 2021-01-15 22:11

    Xcode 6 only supports iOS 7 and iOS8. You could use iOS 7 for iPhone 4s or iPhone 5, just install the iOS 7.1 simulator from

    Xcode > Preferences > Downloads.

    iPhone 5 and iPhone 4S can be updated to run iOS 8, so it is perfectly ok to test iOS 8 with these phones.

    0 讨论(0)
  • Is this correct? iphone 4s should be using ios lower than ios 8 right?

    It is correct. I have an actual iPhone 4s and it is running iOS 8.3. (In fact, it is my primary development testing device for iOS 8.)

    You can install earlier simulators, but there is nothing wrong with what you're seeing.

    (And yes, this means that in order to develop for iOS 8, you need to support screen sizes ranging from the tiny iPhone 4s to the massive iPhone 6 Plus. Good luck.)

    0 讨论(0)
提交回复
热议问题