Write to XCode build transcript.

Posted by eaigner on Stack Overflow See other posts from Stack Overflow or by eaigner
Published on 2010-05-17T17:16:52Z Indexed on 2010/05/17 17:20 UTC
Read the original article Hit count: 242

Filed under:
|
|

Is there any way to write to the XCode build transcript? What i want to do, is throw a warning if a device is not attached to the computer instead of an assertion failure in my unit test cases (some cases rely on an attached ipod).

I thought of something like the standard compiler warnings (only with custom message).

Thanks.

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about xcode