• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Framework and Prebinding
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Framework and Prebinding


  • Subject: Re: Framework and Prebinding
  • From: Evan Schoenberg <email@hidden>
  • Date: Fri, 29 Oct 2004 03:24:47 -0500

As long as this warning exists, users will have decreased speed in loading your app because prebinding is disabled. Add the -seg1addr flag to your "Other Linker Flags" on the framework target's build settings, like so:
-seg1addr 0x10000000

which is the default setting. Increase that value to avoid the amount of memory used by __TEXT... so for one of my private frameworks, I have:
-seg1addr 0x10600000

Hope that helps,
Evan


On Oct 29, 2004, at 12:26 AM, Mike O'Connor wrote:

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

_______________________________________________
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
  • Follow-Ups:
    • Re: Framework and Prebinding
      • From: Bill Cheeseman <email@hidden>
    • Re: Framework and Prebinding
      • From: Wade Tregaskis <email@hidden>
References: 
 >Framework and Prebinding (From: "Mike O'Connor" <email@hidden>)

  • Prev by Date: how to disable 'Maximize window' button
  • Next by Date: Re: Framework and Prebinding
  • Previous by thread: Framework and Prebinding
  • Next by thread: Re: Framework and Prebinding
  • Index(es):
    • Date
    • Thread