Re: bundleWithIdentifier: failures
Re: bundleWithIdentifier: failures
- Subject: Re: bundleWithIdentifier: failures
- From: glenn andreas <email@hidden>
- Date: Sat, 29 Dec 2007 09:12:44 -0600
On Dec 29, 2007, at 8:30 AM, Ricky Sharp wrote:
I'm being floored by an issue where NSBundle's bundleWithIdentifier:
is failing to load one of my frameworks.
There's the problem. bundleWithIdentifier doesn't load frameworks:
Returns the previously created NSBundle instance that has a given
bundle identifier
So the framework need to be loaded implicitly (via dyld's app
launching process) or explicitly (by using NSBundle's bundleWithPath:)
Glenn Andreas email@hidden
<http://www.gandreas.com/> wicked fun!
quadrium | prime : build, mutate, evolve, animate : the next
generation of fractal art
_______________________________________________
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