My application is broken on versions 4.2 and 4.3 of iOS. The line of code that crashes is in the C ++ library:
Ais8_001_22_Circle const *circle = dynamic_cast<Ais8_001_22_Circle const*>(*sa);
The console says:
dyld: lazy symbol binding failed: can't resolve symbol ___dynamic_cast MY_APP
because dependent dylib
dyld: can't resolve symbol ___dynamic_cast in MY_APP
because dependent dylib
Perhaps this will help if I can figure out what dylib # 2 is.
source
share