This repository was archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 619
No type or protocol named 'GIDSignInDelegate' #752
Copy link
Copy link
Open
Description
I am developing an iOS app using Cordova framework. I am trying to send push notification using firebase.
So I have installed "cordova-plugin-firebasex" plugin, "cordova-plugin-googleplus" plugin and I have installed CocoaPod too.
I am getting below errors in GooglePlus.m and GooglePlus.h files when I try to build in Xcode.
Generics issue in GooglePlus.h file
ARCSemantic issues in GooglePlus.m file
Podfile informations below
source 'https://cdn.cocoapods.org/'
platform :ios, '11.0'
use_frameworks!
target 'my app' do
project 'Hourglass.xcodeproj'
pod 'Firebase/Core', '8.11.0'
pod 'Firebase/Auth', '8.11.0'
pod 'Firebase/Messaging', '8.11.0'
pod 'Firebase/Performance', '8.11.0'
pod 'Firebase/RemoteConfig', '8.11.0'
pod 'Firebase/InAppMessaging', '8.11.0'
pod 'FirebaseFirestore', :tag => '8.11.0', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git'
pod 'Firebase/Crashlytics', '8.11.0'
pod 'Firebase/Functions', '8.11.0'
pod 'Firebase/Installations', '8.11.0'
pod 'GoogleSignIn', '6.1.0'
pod 'GoogleTagManager', '7.3.1'
pod 'GoogleUtilities', '~> 7.2.2'
end
Can anyone help me why this issue is happening?
Thanks in advance!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels




