• 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
Errors building loadable bundle on Mac OS X 10.4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Errors building loadable bundle on Mac OS X 10.4


  • Subject: Errors building loadable bundle on Mac OS X 10.4
  • From: Tron Thomas <email@hidden>
  • Date: Thu, 10 Jan 2008 21:55:46 -0800

At work we have a Makefile project that builds a dynamic library that links against a 3rd party framework. That dynamic library then links against a loadable bundle. When the bundle is built on a system running Mac OS X 10.5, it builds successfully. However when the bundle is built on a system running Mac OS X 10.4, warnings and errors like the following ensue:

/usr/bin/ld: warning can't open dynamic library:
@executable_path/../Frameworks/<3rdPartyFramework>.framework/Versions/A/<3rdPartyFramework> referenced
from: <path to dynamic library>.dylib
(checking for undefined symbols may be affected) (No such file or
directory, errno = 2)\
...
/usr/bin/ld: Undefined symbols:\
<Symbol in 3rd party framework> referenced from <dynamic library> expected to be defined
in @executable_path/../Frameworks/<3rdPartyFramework>.framework/Versions/A/<3rdPartyFramework\
...


What can be done to eliminate these errors and warnings so the build can succeed on Mac OS X 10.4?
_______________________________________________
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: Errors building loadable bundle on Mac OS X 10.4
      • From: Peter O'Gorman <email@hidden>
  • Prev by Date: Re: XCode 3.0 and Interface Builder connection problem
  • Next by Date: Re: Errors building loadable bundle on Mac OS X 10.4
  • Previous by thread: Re: Question about increasing error checking during development builds
  • Next by thread: Re: Errors building loadable bundle on Mac OS X 10.4
  • Index(es):
    • Date
    • Thread