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)
|
|