PiTheNumber
PiTheNumber

Reputation: 23542

xcode 5.0.2 but no iOS 7.0.4?

I have Xcode 5.0.2 but somehow I don't have iOS 7.0.4 in the simulator.

I did not find any updates and it looks like everything is up to date.

Who do I get to debug a iPhone with iOS 7.0.4 in the simulator?

Upvotes: 0

Views: 1659

Answers (2)

Piyush Dubey
Piyush Dubey

Reputation: 2414

I guess this image would solve all your queries.

enter image description here

Image Source:- https://developer.apple.com/downloads/index.action (require login).
In short, Xcode 5.0.2 comes with support of iOS 7.0.3(or below).

Note:- In iOS, we have Simulator, not emulator. Emulator is for Android.

Upvotes: 2

Stefan Fisk
Stefan Fisk

Reputation: 1573

The simulator is not that granular when it comes to iOS versions as far as I've been able to tell. You shouldn't depend on it behaving properly anyhow, it is very different from devices in a lot of senses.

Upvotes: 0

Related Questions