• 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
SenTestingKit/Xcode 3.1 error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SenTestingKit/Xcode 3.1 error


  • Subject: SenTestingKit/Xcode 3.1 error
  • From: David Bainbridge <email@hidden>
  • Date: Fri, 11 Jul 2008 20:50:06 -0500

Using Xcode 3.1/ 10.5.4

I am attempting to use SenTestingKit with Xcode 3.1 and when I build the Unit Test Bundle target I correctly get errors for the failed tests but instead of the Xcode errors pointing to the source file lines with the failed test cases it instead points to line #384 of the file RunPlatformUnitTests.include with an error description of "error: Failed tests for architecture 'i386' (GC OFF)"

I expected this to work correctly without change since I started with a new project to test this with Xcode 3.1. Steps I followed:
1) Selected New Project->Cocoa Application
2) added New Target->Unit Test Bundle
3) New File->Object-C test case class
4) Added method to test case class:


- (void) testUnitTest
{
    STAssertEquals(1, 2, @"not equal");
}

5) Select Build

Get error pointing to above mentioned shell script.

_______________________________________________
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


  • Follow-Ups:
    • Re: SenTestingKit/Xcode 3.1 error
      • From: Chris Hanson <email@hidden>
  • Prev by Date: XCode 3.1 quits each time after launch
  • Next by Date: Re: SenTestingKit/Xcode 3.1 error
  • Previous by thread: Re: XCode 3.1 quits each time after launch
  • Next by thread: Re: SenTestingKit/Xcode 3.1 error
  • Index(es):
    • Date
    • Thread