Questions tagged [gtmsessionfetcher]

11 questions
9
votes
5 answers

CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core"

I am making a React-Native mobile application and want to incorporate Firebase and Firebase Authentication. However, I am facing this error when I run 'pod install' or 'pod update': I did some research and found out that this issue has not yet been…
6
votes
1 answer

Firebase not usable in iOS app extensions since 3.8.0 due to GTMSessionFetcher sharedApplication #AskFirebase

I'm using Firebase in my latest app. After upgrading the pods to 3.10.0 the share extension of the app can't be built. The Firebase pods depend on GTMSessionFetcher which uses sharedApplication which is not available in app extensions. I'm using the…
cybergen
  • 3,108
  • 1
  • 22
  • 30
3
votes
2 answers

Firebase database iOS crashing GTMSessionFetcher

I updated firebase and since then my app keeps crashing with the following error Fetcher delegate class: NRMAURLSessionTaskDelegate Fetcher made an extra session: GTMSessionFetcher 0x125d53db0 Couldn't assign delegate. Fetcher delegate class:…
3
votes
1 answer

How to fix swift linker error "framework not found GTMSessionFetcher clang"

This error suddenly showed up in my Swift program ld: framework not found GTMSessionFetcher clang: error: linker command failed with exit code 1 (use -v to see invocation) but I have it as one of the frameworks and this is the pod file I have…
e.iluf
  • 1,389
  • 5
  • 27
  • 69
1
vote
1 answer

Error dyld: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher - Code signing error

I am having this error with GTMSessionFetcher I'm not sure what it means. Could it be a could signing error? dyld: Library not loaded: @rpath/GTMSessionFetcher.framework/GTMSessionFetcher Referenced from:…
1
vote
1 answer

GTMSessionfetcher google drive UPLOAD to Google drive Objective-C?

According to the documents published here, I can download and upload with GTMSessionFetcher. And little bit further in the Documentation form the link I have a code for authorized download form google Drive: GTLRQuery *query =…
1
vote
2 answers

Duplicate symbols between CardboardSDK and GTMSessionFetcher, is there anyway to fix this?

I'm trying to add GVRSDK to my iOS app but as soon as i add it, linking error appear with multiple duplicates between the GVRSDK and GTMSessionFetcher that is used in my application by another pod. I can't remove the GTMSessionFetcher as some other…
Mohammad Allam
  • 258
  • 2
  • 14
1
vote
1 answer

How to get GTMSessionFetcher download progress

For download a file, i do like this: GTMSessionFetcher *fetcher = [self.service.fetcherService fetcherWithURLString:url]; [fetcher beginFetchWithCompletionHandler:^(NSData *data, NSError *error) { [data writeToFile:localFilePath…
0
votes
2 answers

GTMSessionFetcher/Core conflict with firebase auth and google ml kit in ios in flutter

in my project i am using firebase auth for user login and also text recognition from google_ml_kit but when i run my application in ios then its giving error while installing pod file because of conflict with firebase auth package and google_ml_kit…
0
votes
2 answers

Xcode 11.3.1 with Firebase

I've been making an Xcode app. When I run it on the simulator it works. When I run it on my iPad it also works but when I try to use is on my iPhone 11, it doesn't work. Gets the following message: Thread 1: signal SIGABRT" And in the…
Dani
  • 1
0
votes
1 answer

Swift-Firebase iOS SDK showing GTMSessionFetcher warning

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…
kirimi
  • 1,370
  • 4
  • 32
  • 57