Got the same issue on the import.
My target's build settings overrode the 'Header search path' without the '$(inherited)' flag
'pod update' warns you about that.
- Open your target build settings

- In 'Header search paths' add a line containing $(inherited).
It solved the issue for me
Hope it helps