I've rebuilt my app as a universal binary and nailed all the endian
problems so it works like a champ on both Intel and PPC on 10.4.
However, when I try to run it on 10.3.9 I get:
dyld: AppName.app/Contents/MacOS/AppName Undefined symbols:
AppName.app/Contents/MacOS/AppName undefined reference
to .objc_class_name_NSAffineTransform expected to be defined in
Foundation
Just NSAffineTransform, nothing else. If I comment out the code that
references it the application runs just fine (the NSAffineTranform
piece is a tiny percentage of the total application so the remainder
isn't trivial).
Since after much searching I can't find anyone else with a similar
problem I'm seeking suggestions of what to look at next.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden