I'm *this* close to getting things working, but I'm encountering the following error when I build. What file should I be investigating based upon this error?
cd "/Users/Withheld/xCode/Currency Converter" /Developer/usr/bin/gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk "-L/Users/Withheld/xCode/Currency Converter/build/Debug" "-F/Users/Withheld/xCode/Currency Converter/build/Debug" -filelist "/Users/Withheld/xCode/Currency Converter/build/Currency Converter.build/Debug/Currency Converter.build/Objects-normal/i386/Currency Converter.LinkFileList" -mmacosx-version-min=10.5 -framework Cocoa -o "/Users/Withheld/xCode/Currency Converter/build/Debug/Currency Converter.app/Contents/MacOS/Currency Converter" *Undefined symbols:* * ".objc_class_name_Converter", referenced from:* * [EMAIL PROTECTED]@[EMAIL PROTECTED] in ConverterController.o* *ld: symbol(s) not found* *collect2: ld returned 1 exit status* * ".objc_class_name_Converter", referenced from:* * [EMAIL PROTECTED]@[EMAIL PROTECTED] in ConverterController.o * * ld: symbol(s) not found* * collect2: ld returned 1 exit status* _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]