0
我試圖使用CocoaPods將Google表格添加到項目,但收到錯誤。使用CocoaPods將Google表格添加到iOS
Podfile:安裝吊艙之後
source 'https://github.com/CocoaPods/Specs.git'
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'ict' do
pod 'Google/SignIn'
pod 'GoogleAPIClientForREST/Sheets'
pod 'GTMAppAuth'
end
錯誤:
Analyzing dependencies
Downloading dependencies
Installing AppAuth (0.7.1)
Installing FirebaseAnalytics (3.9.0)
[!] Error installing FirebaseAnalytics
[!] /usr/bin/tar xfz /var/folders/_p/k47cs36s3r585kmsg84x7v580000gp/T/d20170514-96989-lvaiwn/file.tgz -C /var/folders/_p/k47cs36s3r585kmsg84x7v580000gp/T/d20170514-96989-lvaiwn
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
謝謝你,所以這個問題是與本地莢緩存,我會移除並resetup豆莢。 – AVEbrahimi
有趣的是,你是如何發現的? –
不,我錯了,刪除POD緩存後仍然收到相同的錯誤: – AVEbrahimi