• 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
link problem producing universal binary
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

link problem producing universal binary


  • Subject: link problem producing universal binary
  • From: Paul Forgey <email@hidden>
  • Date: Sat, 6 Jan 2007 15:12:07 -0800

I have a project which works fine for debugging on my local machine using ZeroLink. If I try to build a release build as a universal binary, I get a link error (path names partially redacted):

/usr/bin/ld: multiple definitions of symbol .objc_class_name_Dissector
.../ppc/AppDelegate.o definition of absolute .objc_class_name_Dissector (value 0x0)
.../ppc/Dissector.o definition of absolute .objc_class_name_Dissector (value 0x0)
.../ppc/ARPDissector.o definition of absolute .objc_class_name_Dissector (value 0x0)


I've checked in the build output that all modules are only being linked once. I can find nothing in common with these three source files that could cause this. There are no duplicated source files in the project either.

But I'm a relative newbie to Objective-C so maybe I'm doing something fundamentally wrong. What can cause this? _______________________________________________
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
  • Follow-Ups:
    • Re: link problem producing universal binary
      • From: Chris Espinosa <email@hidden>
  • Prev by Date: Re: Crash during function prologue
  • Next by Date: Re: link problem producing universal binary
  • Previous by thread: Re: Debugger Exits without info
  • Next by thread: Re: link problem producing universal binary
  • Index(es):
    • Date
    • Thread