Framework and Prebinding
Framework and Prebinding
- Subject: Framework and Prebinding
- From: "Mike O'Connor" <email@hidden>
- Date: Fri, 29 Oct 2004 01:26:18 -0400
My application uses a private framework I've written and built in a
separate project. I put a copy of the framework into my application and
all works well in the development build style. The app also seems to
work fine when created in the deployment build style but I get a number
of warnings in the link phase like:
Warning prebinding disabled because _PAGEZERO segment of app overlaps
with __TEXT segment of framework
(similar with _DATA, _OBJC, and some other segments)
The program does work. Is this not a problem or should I change
something in my build of the framework or application to correct this?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden