I just built a framework, and now I am using it in an application. Both were set to use prebinding. The framework complies fine, but the application receives linker warnings like these:
ld: warning prebinding disabled because (__TEXT segment (address = 0x1000 size = 0x18000) of Application overlaps with __TEXT segment (address = 0x0 size = 0x8000) of @executable_path/../Frameworks/Framework...They are harmless and everything works fine, but it would be nice to get rid of them. Anyone have any ideas? I'm guessing it in my framework build settings.