I am using cocoa pods to add third-party frameworks, but I am getting this run-time error:
These are project other details:
I am not able to figure out what is the reason of this run-time crash.
I am using cocoa pods to add third-party frameworks, but I am getting this run-time error:
These are project other details:
I am not able to figure out what is the reason of this run-time crash.
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.