xcode7.2 - Different list of iOS simulator Xcode 7.1 and Xcode 7.2 -


i've installed xcode 7.2. i've opened 1 project in xcode 7.1 , same on xcode 7.2. simulator list in xcode 7.2 strange compared xcode 7.1.

screenshot 1

screenshot 2

when try run app on xcode7.2 simulator runs , quits silently.

why so?

the problem xcode 7.1 , xcode 7.2 communicating different instances of coresimulatorservice, out of sync. suspect installed older runtime , both running services created devices installed runtime (instead of one). xcode uses udid disambiguate them. discussed in more detail in multiple other questions on stackoverflow.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -