'The 'Pods' target has transitive dependencies that include static binaries' when installing GCM

前端 未结 5 1872
感情败类
感情败类 2020-12-06 04:45

I\'m trying to install Google Cloud Messaging for my iOS application (using swift). I\'ve added it to my Podfile like so:

# Uncomment this line to define a          


        
5条回答
  •  渐次进展
    2020-12-06 04:59

    I had a similar problem. My pod was 0.37.2 . I updated to 0.38.2 as mentioned in https://github.com/googlesamples/google-services/issues/22. got it solved .

提交回复
热议问题