Firebase Module install on ios

前端 未结 10 1637
囚心锁ツ
囚心锁ツ 2021-02-18 20:38

I followed all instructions for integrating the new firebase release on ios:

  1. I downloaded the file GoogleService-Info.plist

10条回答
  •  轮回少年
    2021-02-18 21:13

    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.

    1. Open your target build settings
      target build settings
    1. In 'Header search paths' add a line containing $(inherited).

    It solved the issue for me

    Hope it helps

提交回复
热议问题