On Sun, Aug 10, 2008 at 1:38 PM, Bob Sabiston <[EMAIL PROTECTED]> wrote: > This bundle works when compiled in Xcode 2.4.1 on a G5 and then included in > a Codewarrior project. But I haven't gotten it to work with the same > project on Intel in Xcode yet. It is probably something simple that I'm > missing.
1) Is there a reason you're not using NSBundle, or maybe just returning the CFBundleRef from your function? Your use of an out-pointer-to-CFBundleRef instead of a return value seems unnecessary. 2) Are you sure the bundle itself is compiled for all four architectures (x86, x86_64, ppc, and ppc64)? --Kyle Sluder _______________________________________________ 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]