views:

502

answers:

2

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.
+2  A: 

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

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

Offe
This worked for me. Thanks!
Scotty Allen