Have an iOS Simulator libSystem issue to run GH-Unit at command line -



Have an iOS Simulator libSystem issue to run GH-Unit at command line -

thank seeing question.

i wrote unit tests ghunit. trying build tests on terminal connect travis ci, , facing problem.

i followed http://gabriel.github.io/gh-unit/docs/appledoc_include/guide_command_line.html , customize command little bit.

here customized command ghunit_cli=1 xcodebuild only_active_arch=no -target unittest -configuration debug -sdk iphonesimulator build

after compile started, got error below. the ios simulator libsystem initialized out of order. caused running host executables or inserting host dylibs. in future, cause abort.

if know way solve, please allow me know that. give thanks you.

had same issue, running this

ghunit_cli=1 xcodebuild only_active_arch=no -workspace <yourworkspace> -scheme <scheme> -configuration debug -sdk iphonesimulator build

solved problem

ios unit-testing travis-ci gh-unit

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -