I stuck with a problem with Xcode. I upgraded one package for my react-native project ([email protected]) and after that when I tried to build the project, it does have problems with some headers in the "[email protected]" package. It shows this error:
'AIRMapCoordinate.h' file not found
I realized that this error happening because Xcode can't find those headers and those headers are in this directory: $(SRCROOT)/../node_modules/react-native-maps/lib/ios/AirMaps
So I added this path to "Header search paths" but it still can't find those headers. I also delete pods and re-install them and cleaned the project build folder but I still have the same problem. Do you have any ideas about what goes wrong here?