我安装了我需要的所有 pod,但是 Xcode 显示错误“没有这样的模块 FirebaseAuth”,我尝试了这个,发现:
\n\nimport UIKit\nimport FirebaseAuth\nimport FirebaseDatabase\nimport FirebaseStorage\nRun Code Online (Sandbox Code Playgroud)\n\n这是 Pod 文件:
\n\ntarget \'Ouvrigram\' do\n # Comment the next line if you don\'t want to use dynamic frameworks\n use_frameworks!\n\n pod \'Firebase/Core\'\n pod \'Firebase/Database\'\n pod \'Firebase/Storage\'\n pod \'Firebase/Auth\'\n # Pods for Ouvrigram\n\nend\nRun Code Online (Sandbox Code Playgroud)\n\n我安装了所有的 Pod,我检查了是否已安装,我不知道我要做什么,请帮忙。
\n