A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

Xcode 6.2 新建command line tool项目 编译错误

想做基础测试题 然后新建command line too项目 全是默认 啥配置都没改 然后系统报错
Xcode 6.2不是通过app store下的 而是通过单独的文件从网盘下的 编译IOS singleView项目 没问题

d: warning: ObjC object file (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/CoreService.framework/CoreService) was compiled for iOS Simulator, but linking for MacOSX
ld: framework not found CoreImage for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

ld: warning: ObjC object file (/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/CoreService.framework/CoreService) was compiled for iOS Simulator, but linking for MacOSX

clang: error: linker command failed with exit code 1 (use -v to see invocation)



7 个回复

倒序浏览
没人帮我吗? 求雷锋帮我 或者大家分享下 你们Xcode能正常编译command line tool的版本 和 下载源 谢谢
我IOS的singleview项目没问题的 就是 command line tool有问题
回复 使用道具 举报
我xcode上没有common line tool
这是为什么,每次都得终端去写
回复 使用道具 举报
空白_o6H66 发表于 2015-4-21 10:34
我xcode上没有common line tool
这是为什么,每次都得终端去写

首先Xcode上没有command line tool 是不是你得Xcode版本低 版本低得话就需要单独去下 command line tool组件 Xcode版本高的话 command line tool都是集成好的

另外 求雷锋 红领巾 帮我 这个command line tool默认的 我啥也没动 怎么会出幺蛾子
回复 使用道具 举报
我xcode是6。2的啊
回复 使用道具 举报
好人一个啊
回复 使用道具 举报
谢谢,我也遇到了这个问题,重装了一下就好了:lol
回复 使用道具 举报
mony 中级黑马 2015-4-26 22:12:12
8#
我用的XCode 6.3,从APP Store下载的。一切OK
楼主可以在终端中试试这个命令
  1. xcode-select --install
复制代码
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马