Xcode 7 beta 4: MKMapKit application freezes

I see a strange problem with Xcode 7 beta 4 and iOS 9 simulator. Any application that uses a map freezes when trying to load a view containing a map. This is no exception. If I remove the card, it will work. It seems to have a 100% reproduction, even in a very simple project.

When a card is present, I see the following log output:

/BuildRoot/Library/Caches/com.apple.xbs/Sources/VectorKit_Sim/VectorKit-1134.11/GeoCSS/GeoCSS/StyleSheet.cpp:122 STYL Parse: Decoding error here /BuildRoot/Library/Caches/com.apple.xbsS /VectorKit_Sim/VectorKit-1134.11/GeoCSS/GeoCSS/StyleSheet.cpp:99 STYL Parse: Decoding error here

An employee with the same setup does not have problems with the same project.

+8
ios xcode7 mapkit xcode7-beta4
source share
2 answers

This problem should be solved with Xcode 7 beta 5. Just download and install the latest version!

+5
source share

' Xcode7.0 GM seeds ' resolved this problem.
I ran into this problem even with " Xcode7.0 GM seed ", later I found out that the device I am using has an older version of iOS9 beta. I updated it to the latest version and the problem is automatically resolved.
So, make sure the device also has the latest beta.
Check out my question .
-Thanks

0
source share

All Articles