Re: Bundlizing happens every morning
Re: Bundlizing happens every morning
- Subject: Re: Bundlizing happens every morning
- From: Matt Gough <email@hidden>
- Date: Mon, 3 Apr 2006 09:53:19 +0100
On 31 Mar 2006, at 19:21, Fritz Anderson wrote: This is a minor thing, but the first time I build my app each morning (even when nothing has changed), some (not all) of my object files go through the Bundlizing phase. (I have ZeroLink and Fix and Continue on). Is this intended?
By which you mean they are copied to somewhere in the application resources?
No, this is the magic hoodoo that is used for supporting ZeroLink (and or Fix-and-continue). E.g:
Bundlizing /BuildData__nb/Zorak.build/Development/Webstractor.build/Objects-normal/ppc/SCTree.ob /BuildData__nb/Zorak.build/Development/Webstractor.build/Objects-normal/ppc/SCTree.o cd /Development/Work/CVS/ZorakXCode /usr/bin/gcc-4.0 -bundle -arch ppc /BuildData__nb/Zorak.build/Development/Webstractor.build/Objects-normal/ppc/SCTree.o -mmacosx-version-min=10.4 -Wl,-twolevel_namespace -Wl,-twolevel_namespace_hints -Wl,-undefined -Wl,dynamic_lookup -Wl,-multiply_defined -Wl,suppress -isysroot /Developer/SDKs/MacOSX10.4u.sdk -o /BuildData__nb/Zorak.build/Development/Webstractor.build/Objects-normal/ppc/SCTree.ob
Matt Gough |
_______________________________________________
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