Xcode 12 using Firebase pods. Lexical or Preprocessor issue. “pb.h' file not found with include; use ”quotes“ instead”?

后端 未结 4 617
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-05 10:45

I\'ve just downloaded Xcode 12 beta 6. I\'ve installed firebase into the project and I get this error. When I correct it with the suggestion it then tells me to correct agai

4条回答
  •  醉梦人生
    2020-12-05 11:33

    First, check for command line tools and install.

    sudo xcode-select --switch /Applications/Xcode-beta.app
    sudo xcode-select --install
    

    Install cocoapods pre - beta version

    sudo gem install cocoapods --pre
    

    Switch to your xCode Project.

    pod deintegrate
    pod install --repo-update
    

提交回复
热议问题