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

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

    Update to CocoaPods 1.10, run pod deintegrate and pod install.

    To work around in earlier CocoaPods versions, disable the CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER option in the generate Pods project Build Settings:

    More details in https://github.com/firebase/firebase-ios-sdk/issues/5987 and https://github.com/CocoaPods/CocoaPods/issues/9902.

提交回复
热议问题