re: Zero link in deployment build?
re: Zero link in deployment build?
- Subject: re: Zero link in deployment build?
- From: George Warner <email@hidden>
- Date: Thu, 06 Nov 2003 16:20:42 -0800
On Thu, 6 Nov 2003 14:48:26 -0600, Wade Williams <email@hidden> wrote:
> My apologies for the newbie question, but I'm still trying to get used
> to XCode.
>
> I've upgraded my Targets and everything builds fine, but when my
> deployment build builds, my application is only 8K in size. Clearly,
> some of the libraries are not being linked in, and I suspect that's due
> to Zero-link. I confirmed this by sending it to another user, where it
> crashed during library load.
>
> How do I get my app to build so that all libraries are linked in and it
> will run on any machine?
Select the project (the top item) in the group list and "get info" on it.
Select the "styles" panel and the "deployment" style in the pop-up. Now make
sure that "zero-link" is turned off.
That should do it.
When the app crashed on the other users machine did you look at the console
messages? They should give you more details on why the app crashed. Missing
libraries would be an indicator that it's probably a zero-link error.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientists
Apple Developer Technical Support (DTS)
_______________________________________________
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.