xcodetest
xcodetest copied to clipboard
A standalone tool for running your iOS unit tests from the command line. Compatible with OCUnit and Kiwi iOS unit tests.
Some of this is self explanatory. Just change paths like `.octest` to `.xctest`, etc. But there's one aspect that I couldn't figure out. `SGXCodeTest.m` looks like this: ``` + (void)applicationDidBecomeActive:(NSNotification...
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...
Hi Stew. I got this error on my cocoapods-based workspace (https://github.com/Agent007/TryiOSTestRunnerWithCocoapods): 'ld: library not found for -lPods' Below is the more detailed error log. I have tried copying "$(inherited) $(XCODE_TEST_LDFLAGS)"...