Strange Cocoa Unit Testing Error
January14
I was receiving the following error while trying to run my unit tests from XCode:
Test Host –path to app– exited abnormally with code 138
For whatever reason, removing the tests from the Unit Tests target and re adding them to the target made the error go away. No other changes necessary.