0

I have installed Crashlyticsusing pod.

pod 'Fabric'
pod 'Crashlytics'

But after updating the pod file Starscream 1.1.4 (was 1.1.1) also get updated. Now build the project shows me following error

enter image description here

enter image description here

Can anyone help me how to solve it? Any idea?

UPDATE

I did as @Ivan said then I am getting the following error

enter image description here

Tapas Pal
  • 7,073
  • 8
  • 39
  • 86

1 Answers1

1

Starscream pod has been updated for Swift 3 now, so when you install new pods, it has been also updated to new version for Swift 3.

If you don't want to update Starscream, you need to keep pod lock file generated when you install pod at the first time. It should fix your pod versions as it was.

If you did update pod (not just install), lock file never work for you.

Cheers

softninja
  • 197
  • 7