Weird error message in Xcode 4.3 with LLDB

The cause of this error are incorrect build settings, as indicated by the discussion in the question post comments. This can be fixed by setting “Deployment Postprocessing” back to NO for Debug-Mode (the default value).

Leave a Comment