osx - Running Calabash via SSH on Mac iOS Simulator Launch Fails -


i'm trying run calabash test cases on mac vis ssh mac. user ssh in not admin i've given permission described @ https://superuser.com/questions/166179/how-to-enable-remote-access-for-another-account-on-mac-remotely-via-ssh

so after bundle exec cucumber test cases start run ios simulator doesn't launch , fails error:

lsopenurlswithrole() failed application /applications/xcode.app/contents/developer/applications/simulator.app error -10810. 

anyone know why happens?

after sshing in, try

chmod +x /applications/xcode.app/contents/developer/applications/simulator.app 

Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -