arch: posix_spawnp: /Developer/Tools/otest: Bad CPU type in executable
arch: posix_spawnp: /Developer/Tools/otest: Bad CPU type in executable
- Subject: arch: posix_spawnp: /Developer/Tools/otest: Bad CPU type in executable
- From: Nick Pilch <email@hidden>
- Date: Fri, 15 Aug 2008 13:01:15 -0700
Hi. I'm trying to put the infrastructure into my project for running
unit tests and I'm stuck. The tests don't seem to execute. I've set
things up as described here for independent tests: http://developer.apple.com/documentation/DeveloperTools/Conceptual/UnitTesting/Articles/CreatingTests.html
When trying to build/run this test I get:
arch: posix_spawnp: /Developer/Tools/otest: Bad CPU type in executable
Here's my test method:
- (void) testTest
{
STAssertEquals(0, 1, @"Dude, 0 is not 1", nil);
}
Any help? Thanks.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden