0

I am using cocoa pods to add third-party frameworks, but I am getting this run-time error:

enter image description here

These are project other details:

enter image description here enter image description here

I am not able to figure out what is the reason of this run-time crash.

Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
ajeet sharma
  • 803
  • 10
  • 37

1 Answers1

0

Try add GTMSessionFetcher to your podfile and run pod install. My guess is one of the other frameworks included in your project uses GTMSessionFetcher library but since you cannot nest frameworks, you get that error.

Salil Junior
  • 424
  • 4
  • 12