Problem installing iphone modules

I am studying a logic test setup tutorial - http://developer.apple.com/iphone/library/documentation/Xcode/Conceptual/iphone_development/135-Unit_Testing_Applications/unit_testing_applications.html

When I try to create and run, I get this error: "quit anonymously with code 133 (it may have crashed).

My unit test is identical to the example -

#import "LogicTests.h"

@implementation LogicTests

- (void) testFail {

  STFail(@"Must fail to succeed.");

}

@end
+3
source share
2 answers

This post I explained why it does not act like in a textbook.

+1
source

, , Apple. , . , .

0

Source: https://habr.com/ru/post/1722887/


All Articles