Re: Wrapping conventional .a libraries in a framework...
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