Re: Building App when Framework is in Same Project?
Re: Building App when Framework is in Same Project?
- Subject: Re: Building App when Framework is in Same Project?
- From: Karl Moskowski <email@hidden>
- Date: Mon, 12 May 2008 14:27:39 -0400
On 12-May-08, at 1:24 PM, j o a r wrote:
<http://rentzsch.com/cocoa/embeddedFrameworks>
Thanks, j o a r.
For future reference, to summarize Wolf's excellent video:
- Get Info on the framework target and switch to the Build tab:
- change the Installation Directory setting to @executable_path/../
Frameworks (from the default of $(HOME)/Library/Frameworks)
- enable Prebinding (off by default in my Xcode 3.0 project)
- add to Other Linker Flags: -seg1addr 0xb000000
- ctrl+click on the app target, add a new Copy Files build phase with
Destination of Frameworks
- drag the framework from the Products folder to the new build phase
BTW, it seemed to work OK before I enabled Prebinding and added the
linker flag. Are these steps still required with Xcode 3.0 & Leopard?
----
Karl Moskowski <email@hidden>
Voodoo Ergonomics Inc. <http://voodooergonomics.com/>
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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