Reputation: 1340
I have just updated the Xcode from App Store from 10.2 to 10.3 and suddenly all the simulators are gone. Now when I open a project with a storyboard, it throws me an error as below.
Failed to find or create execution context for description ' System content for IBCocoaTouchFramework-ElevenAndLater scaleFactor=2x. These intermediate objects were non-nil.
Any one faced this issue before? Also it doesn't let me edit anything in my simulator.
Upvotes: 1
Views: 592
Reputation: 1
Try to increase deployment target of your project. It worked for me.
Upvotes: 0
Reputation: 312
I tried to restart Xcode, but it did not help. The only way to fix the problem was to reboot my MacBook - it fixed the problem with simulator
Upvotes: 5