On Jan 30, 2006, at 10:45 PM, Chas Spillar wrote:
I have a symbol that is not available on 10.3.9. I was using the weak
importing feature which was working before I universalized the code I am
working on. Now my code no longer indicates this is a weak link even though
the code declares it at the top of the .m file as such. I am using SDK:
MacOSX10.4u.sdk and I want to have the symbol be weak linked for 10.3.9.
Are you using ZeroLink? If you are, you'll never get even obvious link errors. Turn off "Allow ZeroLink" in the Build menu and build to see all your link errors.