• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
error running unit test in xcode 3.1.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: amber and MacOS 10.5.5 Intel
  • Next by Date: Unified debug/release xcconfig file
  • Previous by thread: amber and MacOS 10.5.5 Intel
  • Next by thread: Unified debug/release xcconfig file
  • Index(es):
    • Date
    • Thread