Reputation: 21
I had Xcode 9.4.1 installed. I also installed Xcode 10 beta 6. Now the simulator no longer works correctly, it opens up but does not display anything. Precisely before it only displayed a black screen, then a colored screen (here is the screenshot).
I have tried many solutions proposed here on StackOverflow but it did not solve the problem.
Below is what i did actually:
defaults write com.apple.CoreSimulator.IndigoFramebufferServices FramebufferRendererHint 3
XCode 9.4.1
XCode 10 beta 6
Any help regarding the issue will be highly appreciated.
Thanks.
Upvotes: 2
Views: 795
Reputation: 1745
It happened for me once I have run Xcode 9.4 project on Xcode 10. It seems that the project has taken Xcode 10 preferences and once I get back to run the project on Xcode 9.4 conflicts happen between Xcode versions settings.
SOLUTION:
For me I closed both Xcode Versions, then restart my mac. Then everything is well and I'm able to run projects on simulators again for both versions of Xcode.
Upvotes: 1