Unit Testing frameworks problem - 2.4
Unit Testing frameworks problem - 2.4
- Subject: Unit Testing frameworks problem - 2.4
- From: Byron Wright <email@hidden>
- Date: Tue, 15 Aug 2006 15:30:47 -0700
I have a framework project with unit tests that I know worked fine in
2.2 (The last time I updated the framework and it's tests). Today I
attempted to build the framework and its tests and am getting
unresolved symbols when trying to link the framework with my test
bundle. I followed these instructions http://developer.apple.com/
documentation/DeveloperTools/Conceptual/UnitTesting/index.html but
still cannot successfully build my test bundle.
My test bundle is setup with a direct dependency on the framework.
Here are the relevant build results.
Checking Dependencies
Ld /Users/byronwright/Projects/hessianobjc/trunk/build/
HessianObjC.build/Development/HessianObjCTest.build/Objects-normal/
ppc/HessianObjCTest normal ppc
cd /Users/byronwright/Projects/hessianobjc/trunk
/usr/bin/gcc-4.0 -o /Users/byronwright/Projects/hessianobjc/
trunk/build/HessianObjC.build/Development/HessianObjCTest.build/
Objects-normal/ppc/HessianObjCTest -L/Users/byronwright/Projects/
hessianobjc/trunk/build/HessianObjCTest -F/Users/byronwright/Projects/
hessianobjc/trunk/build/HessianObjCTest -filelist /Users/byronwright/
Projects/hessianobjc/trunk/build/HessianObjC.build/Development/
HessianObjCTest.build/Objects-normal/ppc/HessianObjCTest.LinkFileList
-arch ppc -Wl,-Y,1455 -bundle -mmacosx-version-min=10.4 -framework
Cocoa -framework SenTestingKit -isysroot /Developer/SDKs/MacOSX10.4u.sdk
/usr/bin/ld: Undefined symbols:
.objc_class_name_BBSHessianDecoder
.objc_class_name_BBSHessianEncoder
.objc_class_name_BBSHessianProxy
/Users/byronwright/Projects/hessianobjc/trunk/build/HessianObjC.build/
Development/HessianObjCTest.build/Objects-normal/ppc/BBSHessianTest.o
reference to undefined .objc_class_name_BBSHessianDecoder
/Users/byronwright/Projects/hessianobjc/trunk/build/HessianObjC.build/
Development/HessianObjCTest.build/Objects-normal/ppc/BBSHessianTest.o
reference to undefined .objc_class_name_BBSHessianEncoder
/Users/byronwright/Projects/hessianobjc/trunk/build/HessianObjC.build/
Development/HessianObjCTest.build/Objects-normal/ppc/BBSHessianTest.o
reference to undefined .objc_class_name_BBSHessianProxy
collect2: ld returned 1 exit status
thanks,
Byron
_______________________________________________
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