当我尝试安装cocoapods
时,我陷入了困境:
$ pod install
错误:
[!]文件无效
Podfile
:语法错误,意外的keyword_end,期待输入结束。
导致问题的Podfile:
target 'DontForget' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for DontForget
pod 'Firebase'
pod 'FirebaseAuth'
end
target 'Don`tForgetUITests' do
inherit! :search_paths
# Pods for testing
end
end
答案 0 :(得分:0)
从你的Podfile中,我认为你有两个问题:
Don'tForgetUITests
中的撇号。