• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: strange situation with frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >strange situation with frameworks (From: Ayyapu Reddy <email@hidden>)

  • Prev by Date: Re: Repeating Hotkeys
  • Next by Date: Re: Repeating Hotkeys
  • Previous by thread: strange situation with frameworks
  • Next by thread: Repeating Hotkeys
  • Index(es):
    • Date
    • Thread