vote up 1 vote down star
1

I created an independent 'LogicTest' bundle as described in Apple's latest and greatest instructions for iPhone projects.

I've successfully set up and debugged dependent test bundles on Mac OS, just fine. However I have not worked with independent bundles nor test bundles for iPhone before. The test bundle builds and executes tests just fine, but I'd like to be able to step-through debug it also. I feel like a custom executable pointing to otest is involved, but I don't know the right arguments and environments variables to pass to it.

Any help would be appreciated.

  • This is a repost from the xcode-users mailing list, but I got no response there.
flag

2 Answers

vote up 2 vote down check

I found this, but I haven't tried it yet:

http://www.grokkingcocoa.com/how_to_debug_iphone_unit_te.html

link|flag
This worked for me. Thanks! – Scotty Allen Nov 5 at 23:12
vote up 0 vote down

See also "Anyone succesful in debugging unit tests for iPhone?".

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.