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

后端 未结 4 618
爱一瞬间的悲伤
爱一瞬间的悲伤 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:17

    I fixed it by using the the pre-release of cocoapods

    sudo gem install cocoapods --pre

    and then doing an update

    pod install --repo-update

提交回复
热议问题