Framework warnings
Framework warnings
- Subject: Framework warnings
- From: Brian Christensen <email@hidden>
- Date: Wed, 31 Oct 2001 21:42:40 +0100
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?
Thanks.
-------------------------------------------------
Brian Christensen <email@hidden>
-------------------------------------------------
"Programming is an art form that fights back." -- Anonymous