After updating XCode to 5.0 (in Mac OS X 10.8) I have encountered following issue:
dyld`dyld_fatal_error:
0x7fff5fc0109c: int3
0x7fff5fc0109d: nop
with debug message:
dyld: Symbol not found: __ZdlPv
Referenced from: /Users/JohnSmith/Library/Developer/Xcode/DerivedData/ServerCV-eoytszzoivnjodejdhsvdkjgznlj/Build/Products/Debug/ServerCV
Expected in: /usr/lib/libc++abi.dylib
in /Users/JohnSmith/Library/Developer/Xcode/DerivedData/ServerCV-eoytszzoivnjodejdhsvdkjgznlj/Build/Products/Debug/ServerCV
(lldb)
before the xcode upgrade it worked fine.