tags:

views:

58

answers:

0

All symbols where exported in previous version of xcode but now we have upgraded to OS X 10.6.4 and xcode 3.2.3. So, in debug xcode property Fix & Continue is enabled which causes all symbols to export but in release its disabled and now while linking to this dylib we get undefined symbol error. I tried to add exported symbol file but don't know the magic to define symbols correctly in .exp file.