Jenkins unable to run Calabash-iOS in the simulator -


i trying run test in emulator using jenkins, whenever start cucumber, script stop trying launch uiautomation.

here facts:

  • i using last version of cucumber, calabash-ios , run loop
  • jenkins running local launchagent (~jenkins/library/launchagents/org.jenkins-ci.plist)
  • i added jenkins user _developer group, turn in admin
  • i set devtoolssecurity -enable
  • i not able set security authorizationdb write system.privilege.taskport is-developer return error
  • running same test console on ssh works fine
  • running same test jenkins on real device, works fine
  • i running jenkins virtualbox machine have tried increase timeout calabash (@calabash_launcher.relaunch({timout: 120, :uia_timeout => 30})

i have run out of idea try fix issue.
suggestion more welcome.

update
have been able run simulator removing sessioncreate property org.jenkins-ci.plist, now, have enter password unlock keychain everytime run test.

i had similar problem. solve need export language:

export lc_all=en_us.utf-8


Comments