GoogleDataTransport is throwing Double-quoted include in framework header expected angle-bracketed error on iOS14

后端 未结 6 1201
感动是毒
感动是毒 2020-12-09 01:28

I\'ve just update XCode to Version 12 and I\'m using Firebase. I\'ve updated pods as well but when I build the project it\'s giving me error:

Double-quoted in         


        
6条回答
  •  一个人的身影
    2020-12-09 02:00

    If you are an experienced Xcode user, just look at the image below, you'll know exactly what to do, else feel free to follow the detailed steps.

    If updating cocoapods didn't work for you, try this...which worked for me.

    Please note: This is a workaround. Once cocoapods fix this in future releases, please update cocoapods instead of doing the workaround.

    @iHS has a great temp cocoapods fix

    @haley-huynh has a great cocoapods update example.

    @bogdan-razvan Said that running sudo gem install cocoapods fixed the problem for him ... Maybe give it a shot if not already!

    All of those are worth giving a shot before this workaround.

    With that said, we don't always have time to wait for fix releases

提交回复
热议问题