现在的位置: 首页 > 综合 > 正文

Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4. failed with exit code 1

2013年09月12日 ⁄ 综合 ⁄ 共 99字 ⁄ 字号 评论关闭

今天出现这种错误,也许你也出现了,找了半天没有找到错误的根源。

呵呵,其实这个错误,真是太低级了,你一定#import "ClassName.m"

修改为 #import "ClassName.h" 就搞定了。

抱歉!评论已关闭.