ios - Xcode use GHUnit command line failed with exit code 139 -


i create project using ghunit. however, when use ghunit make test command execute, error occurs this:

running: "/users/gongtao/library/developer/xcode/deriveddata/micioshelper-eqvmgnulwgjftjfnkcrzkpwkyefw/build/products/debug-iphonesimulator/micioshelper.app/micioshelper" -registerforsystemevents runtests.sh: line 50:  8604 segmentation fault: 11  "/users/gongtao/library/developer/xcode/deriveddata/micioshelper-eqvmgnulwgjftjfnkcrzkpwkyefw/build/products/debug-iphonesimulator/micioshelper.app/micioshelper" -registerforsystemevents command /bin/sh failed exit code 139  ** build failed **  following build commands failed:     phasescriptexecution run\ script /users/gongtao/library/developer/xcode/deriveddata/micioshelper-eqvmgnulwgjftjfnkcrzkpwkyefw/build/intermediates/micioshelper.build/debug-iphonesimulator/micioshelper.build/script-42d16a2d1a1476c3007976d9.sh (1 failure) make: *** [test] error 65 

i follow guidelines: ghunit running command line

the makefile this:

clean:     -rm -rf build/* test:     ghunit_cli=1 xcodebuild -target tests -configuration debug -sdk iphonesimulator build 

my project name 'micioshelper'.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -