On Dec 7, 2008, at 8:11 PM, Thaddeus Cooper wrote:

Now that that's fixed I'm trying to get debugging of the framework working and I keep getting a launch path not accessible error. I added the executable target and set the arguments to

-SenTest All
Section Tests.octest

This will be interpreted as 4 arguments, not the 3 that it needs to be; as a convenience, Xcode will let you put multiple arguments separated by spaces in a single entry in the Arguments table.

Try putting quotes around the name of your test bundle, e.g. "Section Tests.octest", so it's interpreted as a single argument.

  -- Chris

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to