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 ssh
ing in, try
chmod +x /applications/xcode.app/contents/developer/applications/simulator.app
Comments
Post a Comment