8

I'm seeing a strange problem with Xcode 7 beta 4 and the iOS 9 simulator. Any app that uses a map hangs when trying to load the view containing the map. It does not throw an exception. If I remove the map, it works. This appears to have a 100% repro, even in a very simple project.

When a map 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: Decode error here /BuildRoot/Library/Caches/com.apple.xbs/Sources/VectorKit_Sim/VectorKit-1134.11/GeoCSS/GeoCSS/StyleSheet.cpp:99 STYL Parse: Decode error here

A coworker with the same setup doesn't have any problems with the same project.

TotoroTotoro
  • 17,524
  • 4
  • 45
  • 76
  • Works fine here in the simulator but one of our testers devices would always lock up the second the app loaded. All devices and simulators run iOS 8.4, that doesn't make a difference at all. – Lucas van Dongen Aug 11 '15 at 11:32

2 Answers2

5

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

0

'Xcode7.0 GM seed' is solved this issue.
I was facing this issue even with 'Xcode7.0 GM seed', later i came to know that, the device i'm using has a older version of iOS9 beta. I have updated it to latest version and the issue is automatically solved.
So, make sure the device also has latest beta version.
Check my question.
-Thanks

Community
  • 1
  • 1
Ashok
  • 5,585
  • 5
  • 52
  • 80