小编Rox*_*Slj的帖子

找不到“Firebase/Firebase.h”文件

我有“pod install”,我的 pod 文件如下所示:

# Uncomment the next line to define a global platform for your project
#platform :ios, '9.0'

target 'MyTaxii' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for MyTaxii


           pod 'Firebase/Core'
           pod 'Firebase/Database'
           pod 'Firebase/Auth'
           pod  'Firebase/Storage'
           pod 'GeoFire', '>= 1.1'

end
Run Code Online (Sandbox Code Playgroud)

我打开 .xworkspace 并运行后出现错误

"'Firebase/Firebase.h' file not found "
Run Code Online (Sandbox Code Playgroud)

在我的“GeoFire.m”和“GFQuery.m”中

ios firebase swift xcode11.3

10
推荐指数
1
解决办法
2万
查看次数

标签 统计

firebase ×1

ios ×1

swift ×1

xcode11.3 ×1