Re: Location For Development Frameworks in 4.3
Re: Location For Development Frameworks in 4.3
- Subject: Re: Location For Development Frameworks in 4.3
- From: Eric Wing <email@hidden>
- Date: Tue, 13 Mar 2012 13:01:09 -0700
Putting anything in Apple locations like /Developer is bad. (Now you see why.)
Historically, 3rd party frameworks go in:
~/Library/Frameworks
/Library/Frameworks
and maybe /Network/Library/Frameworks
The Mac has fallback search paths that pick up these directories at
runtime though you should be bundling your frameworks in your .app
bundles and specifying @rpath, @executable_path, or whatever is
appropriate. But this is really convenient for development on Mac.
Once upon a time, I hoped to get better integration with the SDK
system (back in the 10.4/10.5 days), but I couldn't keep up with all
the changes being made due to iOS.
For adding the frameworks in Xcode, use the "Add Other" button in the
Link Binary With Libraries '+' button dialog.
-Eric
On 3/13/12, Keary Suska <email@hidden> wrote:
> Can someone point me to the doc (or provide me your humble opinion) as to
> where we should be installing our own cross-project frameworks? It used to
> be /Developer/Local/Frameworks/, but as of 4.3 (or as of App Store bundling)
> the /Developer folder seems to have gone away.
>
> I hesitate to ask, but getting Xcode to recognize the new frameworks
> location a simple matter of changing its path in the navigator? It seems to
> be the obvious choice but....
>
> TIA,
>
> Keary Suska
> Esoteritech, Inc.
> "Demystifying technology for your home or business"
>
>
> _______________________________________________
> 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
>
--
Beginning iPhone Games Development
http://playcontrol.net/iphonegamebook/
_______________________________________________
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