Re: including a cocoa bundle in a carbon app
Re: including a cocoa bundle in a carbon app
- Subject: Re: including a cocoa bundle in a carbon app
- From: "Kyle Sluder" <email@hidden>
- Date: Sun, 10 Aug 2008 13:48:10 -0400
On Sun, Aug 10, 2008 at 1:38 PM, Bob Sabiston <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden