GooglePlus with CocoaPods linking error

前端 未结 1 1558
孤街浪徒
孤街浪徒 2021-01-22 09:41

I added to my pod file

pod \'google-plus-ios-sdk\', \'1.4.1\'

I did a

pod update

I imported



        
1条回答
  •  花落未央
    2021-01-22 10:23

    In my experience linker errors typically don't lead to a "one solution fits all", but I was able to solve this problem myself by adding ${inherited} to Other Linker Flags in Build Settings (Project Target).

    Perhaps, by not having this tag, I wasn't inheriting some of the static libraries that were required by GPPSignIn.

    Cheers!

    0 讨论(0)
提交回复
热议问题