Swift和Firebase项目在模拟器上运行实际设备上的错误

时间:2016-07-21 06:11:23

标签: ios swift firebase cocoapods firebase-realtime-database

我正在使用Firebase SDK开发iOS应用程序,该应用程序在模拟器上运行完美,但当我尝试在实际设备上运行时,我收到类似这样的错误enter image description here

当我试图存档时。我忘了告诉我使用cocoapods来安装Firebase SDK。谢谢!

1 个答案:

答案 0 :(得分:0)

由于xcode版本,我遇到了此错误。 我已经使用xcode beta版本创建了该项目,然后我对其进行了更新并收到此错误。

小时后,当我放弃尝试解决此错误时,尝试安装另一个Pod时,发生了此错误:

  

/Library/Ruby/Gems/2.3.0/gems/cocoapods-1.5.3/lib/cocoapods/command.rb:118:in git_version': Failed to extract git version from git --version ("xcrun: error: active developer path (\"/Applications/Xcode-beta.app/Contents/Developer\") does not exist\nUse sudo xcode-选择--switch path / to / Xcode.app to specify the Xcode that you wish to use for command line developer tools, or use xcode-select --install to install the standalone command line developer tools.\nSee man xcode-select`了解更多详细信息。\ n“)(RuntimeError)...

尝试运行

  

pod-install命令

然后我运行了sudo

  

xcode-select命令-将路径/切换到/ Xcode.app

提示错误的

,奇迹般地修复了与Firebase相关的错误。希望它可以帮助某人。