error running unit test in xcode 3.1.1
error running unit test in xcode 3.1.1
- Subject: error running unit test in xcode 3.1.1
- From: "Brent Hargrave" <email@hidden>
- Date: Sun, 28 Sep 2008 14:08:31 -0700
Hi all,
I'm running into to the same problem reported in the following thread, but with the current version of xcode (3.1.1):
http://lists.apple.com/archives/xcode-users/2008/May/msg00143.html
I ran through all the steps the poster followed as well, including double-checking the BUNDLE LOADER and TEST HOST variables in the build settings and the project architecture setting. Yet I still get the following error
"Failed tests for architecture 'i386' (GC OFF)"
at line 301 in RunPlatformUnitTests.include
Has anyone experienced and resolved this error without generating a fresh product in an old version of xcode?
Many thanks,
JB
Also, my test code:
// AgentTests.h
#import <SenTestingKit/SenTestingKit.h>
@interface AgentTests : SenTestCase {
}
@end
// AgentTests.m
#import "AgentTests.h"
@implementation AgentTests
- (void) testBasic {
STFail(@"forced failure");
}
@end
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden