views:

139

answers:

0

Hi, In my iPhone project, I use for Debug target one proprietary static library X (compiled in release mode). For the rest of my static libraries I have source files, so I can build them for relase and debug targets.

When I execute my project (for debug target), after first call to function from library X, my program receives

EXC_BAD_INSTRUCTION

signal.

Is anyone know solution to this kind of problem?