Trying to build my project but it always show error with my grbd_config.h

128 Views Asked by At

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

1

There are 1 best solutions below

0
user22232116 On

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