On Aug 10, 2008, at 2:40 PM, Bob Sabiston wrote:
2) the bundle right now is compiling for i386, the native architecture of this machine. does it need to be compiled for all 4? it should at least run on this machine if everything, app and bundle, is being compiled for this architecture, right?
You said the original project was a CodeWarrior project, right? That means the project uses PPC code. Applications cannot load code bundles or frameworks that were compiled for a CPU architecture other than the application's architecture, including 64-bit variants. There is no Mac OS 7 "mixed mode" in Mac OS X.
So either move your CodeWarrior project to Xcode if possible, and if not, then make the bundle compile for PPC only.
Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ 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]