libGoogleAnalytics.a缺少文件

时间:2017-04-28 19:08:32

标签: xcode google-analytics swift3

我会做空。

我通过可可豆荚将Firebase添加到我的应用中,现在我收到了此警告。 我已经尝试了网上的所有内容,请帮忙。

file:///Users/.../Desktop/game/Pods/GoogleAnalytics/Libraries/libGoogleAnalytics.a: warning: Missing file: /Users/.../Desktop/game/Pods/GoogleAnalytics/Libraries/libGoogleAnalytics.a is missing from working copy

这是我的pod文件代码

platform :ios, '10.0'

target 'game' do
# Comment the next line if you're not using Swift and don't want to use     dynamic frameworks


use_frameworks!




#Pods for game


pod 'Firebase/Core'

pod 'Firebase/AdMob'
pod 'Firebase/Messaging'
pod 'Firebase/Crash'
pod 'GoogleToolboxForMac/Logger'


target 'gameTests' do
inherit! :search_paths
# Pods for testing
end

target 'gameUITests' do
inherit! :search_paths
# Pods for testing
end

end

1 个答案:

答案 0 :(得分:0)

通过创建一个新项目并将所有文件复制到那里来解决它。