11

I am currently using Xcode Version 10.2 beta 4 and have updated the project to Swift 5. Upon doing this I have run into a ton of errors relating to my Firebase Pods. Screenshot of the errors I have deintegrated the pods and installed again and even tried pod update. I have also restarted Xcode multiple times and couldn't get these errors to clean themselves up.

Does anyone know what is happening here?

KENdi
  • 7,576
  • 2
  • 16
  • 31
Ron
  • 161
  • 1
  • 8

2 Answers2

1

If you're using Pods, put inhibit_all_warnings! in your Podfile and run pod install to silence the warnings.

Michal Šrůtek
  • 1,647
  • 16
  • 17
Nicolai Harbo
  • 1,064
  • 12
  • 25
-1

I have this issue too but with the official version of xCode 10.2. Maybe as these are only warnings it isn’t blocking anything but it is slowing up my compiler, causing other errors

Shane O'Seasnain
  • 3,534
  • 5
  • 24
  • 31