0

I am using Xcode 9.3(iOS deployment target 11.3) and installed the Firebase iOS SDK following this setup guide: Firebase iOS setup

Everything went well except that I am getting a lot of GTMSessionFetcher warning when I build the app. Like the image below. GTMSessionFetcher warnings

I did nothing but following the setup guide. Anyone know how to get rid of these warnings?

Cœur
  • 37,241
  • 25
  • 195
  • 267
kirimi
  • 1,370
  • 4
  • 32
  • 57
  • This is a warning only and will not effect your code. The warning is just to make sure the developer understand this behavior. – TheTiger Apr 24 '18 at 04:55
  • 1
    Possible duplicate of [Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior](https://stackoverflow.com/questions/21577711/block-implicitly-retains-self-explicitly-mention-self-to-indicate-this-is-i) – TheTiger Apr 24 '18 at 04:56

1 Answers1

4

Clean your project(Derived Data), and update or reinstall your Pod files.

Maximo Lucosi
  • 378
  • 4
  • 9