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
This post I explained why it does not act like in a textbook.
, , Apple. , . , .
Source: https://habr.com/ru/post/1722887/More articles:Combine Java Sort - javaGet deactivated scrollbar in Firefox - htmlWhat is the recommended way to create MSI packages in VS 2010? - visual-studio-2010Build and deploy Windows services automatically - tfsAn open source library for sending emails via gmail (smtp.gmail.com) using SMTPS (TLS) - c ++sending email using gmail smtp (secure layer) in C ++ - c ++Assigning to a pointer immediately after deletion - c ++CUDA, find out the number of registers in the kernel at runtime - cudaCapturing a window using WPF - c #Google Analytics is my second profile for an existing non-tracking domain - google-analyticsAll Articles