【发布时间】:2023-03-19 02:24:01
【问题描述】:
我是第一次使用 CocoaPods。安装所需的库会导致构建过程中断。
安装 Podfile 会出现以下警告:
xcrun: error: active developer path ("/Volumes/Xcode 6.1/Xcode.app/Contents/Developer") does not exist, use `xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools (or see `man xcode-select`)
以下是构建错误信息:
clang: error: no such file or directory: '/Users/aztunwin/ObjC/DenkoStation/Pods/Target Support Files/Pods-RKValueTransformers/Pods-RKValueTransformers-dummy.m'
clang: error: no input files
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
【问题讨论】:
-
更新你的项目 pods
标签: objective-c xcode cocoapods