• 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: Problem in linking bundle in Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem in linking bundle in Xcode


  • Subject: Re: Problem in linking bundle in Xcode
  • From: Chris Espinosa <email@hidden>
  • Date: Tue, 19 Apr 2005 22:41:11 -0700

On Apr 19, 2005, at 8:45 PM, Jenis Shah wrote:

I have already one application(Bundle) created in Codewarrior. I want to
convert that application in XCode. For that I have imported the whole
application by using File->Import project utility of XCode. My codewarrior
application also uses powerplant framework.


Now after making a lot changes into the source code of powerplant
framework, I am able to compile my code successfully.. But at the time of
linking I am getting following two errors:


[1]     multiple definitions of symbol __dyld_func_lookup
[2]     multiple definitions of symbol dyld_stub_binding_helper

Now this is due to some of the file of powerplant framework which gets
included twice. So can i know the file which contain the any of the above
symbols.

Your PowerPlant project probably explicitly linked with some version of the C runtime library (crt1.o). When building under Xcode, your code is implicitly linked with this library, so if you include it manually, you'll get the above warnings. See if you have any instances of libraries named like "crt" and try removing them.


Chris

_______________________________________________
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


References: 
 >Problem in linking bundle in Xcode (From: Jenis Shah <email@hidden>)

  • Prev by Date: Re: How to create a dynamic library?
  • Next by Date: Re: Macro definitions for custom file templates?
  • Previous by thread: Problem in linking bundle in Xcode
  • Next by thread: Regular Expressions Back-references
  • Index(es):
    • Date
    • Thread