Search code examples
iosswiftcocoapods

Update my pod causes error in GoogleDataTransport Umbrella header


I've just updated my pod using "pod update" command and I use Firebase pod . I added new pod and when I compiled my project after that several errors appeared like this:

- Umbrella header for module 'GoogleDataTransport' does not include header 'GDTEventDataObject.h'
- Umbrella header for module 'GoogleDataTransport' does not include header 'GDTClock.h'
...
...

I - use swift5 - Xcode 11.0 - macOS 10.15


Solution

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

    The GoogleDataTransport references are lingering from old pod versions