Re: Copy files phase and embedding framework
Re: Copy files phase and embedding framework
- Subject: Re: Copy files phase and embedding framework
- From: "Ben Kennedy" <email@hidden>
- Date: Sun, 2 Nov 2003 00:44:30 -0500
- Organization: Zygoat Creative Technical Services
On 02 11 2003 at 12:17 am -0500, Ben Kennedy wrote:
>The problem is, the framework is shrinking
>to one third the size at this point, and the app fails to run properly,
>as though the framework is not there.
Looking at the build output, I see this:
PBXCp build/Doggiebox.app/Contents/Frameworks/ZygoatAudio.framework
build/ZygoatAudio.framework
cd /Zygoat/Doggiebox/source-1B
/Developer/Tools/pbxcp -exclude .DS_Store -exclude CVS -strip-debug-
symbols -resolve-src-symlinks /Zygoat/Doggiebox/source-1B/build/
ZygoatAudio.framework build/Doggiebox.app/Contents/Frameworks
Note -strip-debug-symbols. Maybe that has to do with the shrinkage.
However, the current project build style (development) has "usntripped
product" checked. So does that flag mean something else, or is my build
style being ignored?
Regardless, the framework is no longer being dynamic linked, or
something. Is there any up-to-date tutorial on how to embed a framework
with Xcode? In my PB project, I had to set up voodoo like -seg1addr
0x[random_high_number] and things... is this still necessary? What does
the "library style" (static/dynamic/bundle) mean? etc.
-ben
--
Ben Kennedy, chief magician
zygoat creative technical services
613-228-3392 | 1-866-466-4628
http://www.zygoat.ca
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.