• 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: Wrapping conventional .a libraries in a framework...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wrapping conventional .a libraries in a framework...


  • Subject: Re: Wrapping conventional .a libraries in a framework...
  • From: sean roehnelt <email@hidden>
  • Date: Wed, 24 Oct 2001 19:35:31 -0700

Add the local path to the search path for your app & dd a custom build phase under

targets->File & Build Phases
project menu->new build phase->copy files build phase

now add the files to this build phase and select the sub directory location within the app wrapper.

one more step...

build settings list add each library like such OTHER_LDFLAGS

-lid3 -lz -lstdc++ (for libid3.a, libz.a, and libstdc++.a)

(you will probably have to add the stdc++ also)

add "@executable_path/../Resources" and . to LIBRARY_SEARCH_PATHS if you put them in sub directory Resources that is...

I think that should do it.

- sean

--
sean roehnelt
email@hidden


  • Prev by Date: Re: Distributed Objects - Am I missing something?
  • Next by Date: Re: Drag and drop-folders
  • Previous by thread: Re: Wrapping conventional .a libraries in a framework...
  • Next by thread: coordinate system
  • Index(es):
    • Date
    • Thread