Googledatatransport Is Throwing Double-Quoted Include in Framework Header Expected Angle-Bracketed Error on iOS14

Xcode 12, How to suppress Double-quoted include in framework header warnings throughout entire project

I think a simpler way is to go in the project's Build Settings a just set the option Quoted Include In Framework Header to No :

Swift Sample Image 25

Update my pod causes error in GoogleDataTransport Umbrella header

rm -rf ~/Library/Developer/Xcode/DerivedData/
pod deintegrate
pod update

The GoogleDataTransport references are lingering from old pod versions

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

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:

Swift Sample Image 26

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



Related Topics



Leave a reply



Submit