Re: How to build for other than 10.3
Re: How to build for other than 10.3
- Subject: Re: How to build for other than 10.3
- From: Thomas Dibble <email@hidden>
- Date: Thu, 6 Nov 2003 17:44:33 -0800
1) Make sure the target is native (note that non-native AKA Project
Builder targets will explicitly reference versions in some libraries
... libcrypto.0.9.7.dylib is one example a couple of us have hit
upon).
2) Adjust the Deployment Target
3) In the project's "Get Info" (meaning, select the top item in the
left-pane tree of the project window, then use Get Info), in the
"General" tab, about 2/3rds down, change "Cross develop using target
SDK" to the proper SDK.
That *should* be all that's required.
---- Tom Dibble
On Nov 6, 2003, at 2:37 PM, Wade Williams wrote:
Can someone give a summary of how to setup an app to build for an OS
other than 10.3 (10.2 would be all that's required)?
It's set on deployment build style, with a OS X deployment target of
10.2.
However, it crashes on a 10.2 system when loading dylibs. I suspect
it's dying on libiconv since that's getting linked in by something and
is not present on 10.2.
Thanks,
Wade
_______________________________________________
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.
_______________________________________________
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.