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

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -