我最近升级到 xcode 6.3.1。我尝试从“主详细信息应用程序”模板创建示例项目,但构建失败并出现以下错误。
- 设备 - 通用
- 语言 - 迅速
- 不使用核心数据
错误:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.2.sdk/usr/include/dispatch/dispatch.h:32:10:错误:'stdarg.h'文件不是成立
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.2.sdk/usr/include/os/activity.h:38:9:错误:'uint64_t'的声明必须是在需要之前从模块“ObjectiveC.runtime”导入typedef uint64_t os_activity_t;
我是使用 Xcode 进行开发的新手。