Re: strange situation with frameworks
Re: strange situation with frameworks
- Subject: Re: strange situation with frameworks
- From: "Michael Ash" <email@hidden>
- Date: Tue, 5 Sep 2006 13:58:40 -0400
On 9/5/06, Ayyapu Reddy <email@hidden> wrote:
I am into a strange situation where i couldn't figure out a way.
Here is the situation:
I have a Cocoa Application which has a framework added, let's say
MyCode.framework with a class (TestClass) with a method
- (void)display;
Now in my application code i am trying to load one more framework
(MyUtility.framework) dynamically which has got same class(TestClass)
with same method which is trying to do some similar kind of job.
Objective-C does not support having two or more classes with the same
name loaded into the same binary image. Put another way, you aren't
allowed to load two frameworks which both contain a class called
TestClass. Rename one or both of these classes to resolve the
conflict.
Mike
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden