安装cocoapods和firebase的问题

时间:2017-01-15 14:37:19

标签: cocoa cocoapods

当我尝试安装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

1 个答案:

答案 0 :(得分:0)

从你的Podfile中,我认为你有两个问题:

  1. Don'tForgetUITests中的撇号。
  2. 文件末尾有两个以上的结尾。你应该删除其中一个。