I can not successfully compile a simple Cocoa Application in XCode 3.2. Even if I make a new project Cocoa I get the same error:
CompileXIB ... MainMenu.xib
dyld: lazy symbol binding failed: Symbol not found:
_dispatch_get_concurrent_queue Referenced from: /Developer/usr/bin/../../Library/Frameworks//InterfaceBuilderKit.framework/Versions/A/InterfaceBuilderKit Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _dispatch_get_concurrent_queue Referenced from: /Developer/usr/bin/../../Library/Frameworks//InterfaceBuilderKit.framework/Versions/A/InterfaceBuilderKit Expected in: /usr/lib/libSystem.B.dylib Command /Developer/usr/bin/ibtool failed with exit code 5
OS: MountainLion 10.8.4 XCode 3.2
How to fix this ?