Reputation: 13
I have a problem with the simulator, it doesn't want to start, it blocks to the load screen.
Upvotes: 1
Views: 195
Reputation: 23623
This bar indicates progress through data migration when booting your device.
Restoring your device to default state (Reset Content and Settings) may alleviate the problem, but it would be best if you could capture this state and file a radar at http://bugreport.apple.com. Include ~/Library/Logs/CoreSimulator, ~/Library/Developer/CoreSimulator/[UDID of stuck device], and sudo sysdiagnose -q
. To find the UDID, run xcrun simctl list
and look for the booted device.
Upvotes: 0
Reputation: 38833
I also had this issue and what solved it was to open the simulator and then in the top menu: Simulator > Reset content and setting.
Upvotes: 1