Re: Error running unit test of framework
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