I have followed the instructions as best I can. When I try to run the xcodetest script, this is the results when it gets to the testing scheme for my project:
/usr/local/bin/waxsim
=================
If tests do not run, make sure you have included XCODE_TEST_LDFLAGS in your linker flags:
In xcconfigs: OTHER_LDFLAGS = $(inherited) $(XCODE_TEST_LDFLAGS)
In Xcode: set Other Linker Flags to include $(XCODE_TEST_LDFLAGS)
=================
Launching '/tmp/xcodetest/thankdog/thankdog.app' on'Simulator - iOS 6.0'
Session ended with error. The simulated application quit.
eTest load], file /Users/tgrooms/workspace/xcodetest/XcodeTest/SGXcodeTest.m, line 42.
=================
Unit Tests Passed
=================
The script is bailing out because it can't find any loaded unit tests. I've checked the XCODE_TEST_PATH on my local drive and I do not see them anywhere. Could one of my settings be off?
I have followed the instructions as best I can. When I try to run the xcodetest script, this is the results when it gets to the testing scheme for my project:
The script is bailing out because it can't find any loaded unit tests. I've checked the
XCODE_TEST_PATHon my local drive and I do not see them anywhere. Could one of my settings be off?