标签: iphone xcode ios
我正在使用XCODE 3.2.5并在编译代码时出现以下错误
命令/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang失败,退出代码为1
以下是我的设置: C / C ++编译器版本 - LLVM编译器1.6 基础SDK - 4.2 IOS部署目标 - 4.2
这里可能有什么问题?
答案 0 :(得分:0)
问题在于编译器。它应该由GCC用于IOS,LLVM用于MAC。