• 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
Re: Error running unit test of framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error running unit test of framework


  • Subject: Re: Error running unit test of framework
  • From: Chris Hanson <email@hidden>
  • Date: Sat, 3 May 2008 12:16:18 -0700

On May 3, 2008, at 7:08 AM, Rakesh Vidyadharan wrote:

I am a beginner with Objective-C and XCode (3.0). To get started I created a simple framework that represents the data model and logic engine for a simple game I am writing. I am now writing some simple unit tests for the core framework. I went through the unit test documentation provided by Apple to set up my test.

I have instructions for Cocoa unit testing Xcode 2.1 through 3.0 here:

	http://chanson.livejournal.com/182472.html

And more posts on unit testing, including how to do unit testing of Cocoa user interfaces, here:

	http://chanson.livejournal.com/tag/unit+testing

Try setting the "Architectures" build setting for your project's Debug configuration to i386 on an Intel-based Mac, or to ppc on a PowerPC- based Mac, and then running your tests. You should be able to do that by copying one of these lines and just pasting it into the inspector window:

ARCHS = i386
ARCHS = ppc

Hope this helps.

  -- Chris

_______________________________________________
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: Error running unit test of framework
      • From: Rakesh Vidyadharan <email@hidden>
    • Re: Error running unit test of framework
      • From: Rakesh Vidyadharan <email@hidden>
References: 
 >Error running unit test of framework (From: Rakesh Vidyadharan <email@hidden>)

  • Prev by Date: Re: Error running unit test of framework
  • Next by Date: Re: Internal Error resulting from search & replace
  • Previous by thread: Re: Error running unit test of framework
  • Next by thread: Re: Error running unit test of framework
  • Index(es):
    • Date
    • Thread