ios-control / ios-sim

Command-line application launcher for the iOS Simulator
Apache License 2.0
1.5k stars 253 forks source link

Black screen when starting iOS simulator as root #178

Closed ionut-movila closed 8 years ago

ionut-movila commented 9 years ago

Command I have used, to start iPad 2 simulator for instance:

sudo ios-sim start --devicetypeid $(ios-sim showdevicetypes | grep iPad-2)

Same command if I run without sudo in front will start the simulator with no problems.

Running on OS X 10.10.5, with Xcode 7.0 and iOS SDK 9.0. Other info: xcodebuild: Build version 7A220 xcrun: xcrun version 26.

I have installed ios-sim as root using: "sudo npm install ios-sim -g"

ionut-movila commented 9 years ago

Looks like this is somehow related to either Xcode 7 or OS X 10.10.5, because on an older system with OS X 10.9.5, Xcode 6.2 and xcrun version 23 works fine.

shazron commented 8 years ago

Possibly related to #185 ?

shazron commented 8 years ago

Re-open if you have any more info regarding this.