2

it show double-quoted include "grdb_config.h" in framework header, expected angle-bracketed instead

but after I changed to angle bracketed,it says enter image description here , I have no idea what should I do right now.

(and I try this already:enter image description here)

build successfuly Not showing error

Thoms Chen
  • 21
  • 2

1 Answers1

0

I managed to solve by following the suggestion in the following link:

Update my pod causes error in GoogleDataTransport Umbrella header

Basically clean up and reinstall the pods again.

rm -rf ~/Library/Developer/Xcode/DerivedData/
pod deintegrate <project_name>
pod update
HangarRash
  • 7,314
  • 5
  • 5
  • 32