| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
In a framework I created I did all the necessary things such as setting the executable_path and SKIP_INSTALL = YES so that I can include it in my app bundle. In this app, I also added a copy phase to include the framework, however when building it I get seven link warnings of the following sort:
/usr/bin/ld: warning prebinding disabled because (__PAGEZERO segment (address = 0x0 size = 0x1000) of /Users/brian/Developer/Projects/Alien Orb CVS/SpriteGL/Examples/SpriteGL Test/build/SpriteGL Test.app/Contents/MacOS/SpriteGL Test overlaps with __TEXT segment (address = 0x0 size = 0x2000) of @executable_path/../Frameworks/SpriteGL.framework/Versions/A/SpriteGL
The app runs fine and can use the framework without problems, but I'm wondering how I can avoid these warnings?
| References: | |
| >Framework warnings (From: Brian Christensen <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.