Re: What defines if an objective C class is visible outside a bundle?
Re: What defines if an objective C class is visible outside a bundle?
- Subject: Re: What defines if an objective C class is visible outside a bundle?
- From: Jon Hodgson <email@hidden>
- Date: Tue, 09 Oct 2012 18:59:59 +0100
On Tue, Oct 9, 2012 at 4:23 PM, Clark S. Cox III <email@hidden> wrote:
>
>hat said, are you sure that the name of your class doesn't conflict with any already loaded into the process? -classNamed: will return Nil if the result of NSClassFromString comes from some other bundle (e.g. a class of that name was already loaded elsewhere).
How can I tell?
All I know for certain is that classNamed is returning a null pointer
and there's no message in the debugger console.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden