You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class 'FirebasePluginMessageReceiverManager' defined without specifying a base class [-Wobjc-root-class] @interface FirebasePluginMessageReceiverManager
^
.../cordova-plugin-firebasex/FirebasePluginMessageReceiverManager.h:3:48: note:
add a super class to fix this problem @interface FirebasePluginMessageReceiverManager
^
: NSObject
1 warning generated.
** BUILD FAILED **
cordova version: 9.0.0
platform ios: 5.1.1
Pod dependecies:
pod 'Google-Mobile-Ads-SDK', '~> 7.64.0'
pod 'Firebase/Core', '6.31.0'
pod 'Firebase/Messaging', '6.31.0'
pod 'Firebase/Performance', '6.31.0'
pod 'Firebase/RemoteConfig', '6.31.0'
pod 'Firebase/Crashlytics', '6.31.0'
pod 'GoogleSignIn', '5.0.2'
pod 'GoogleTagManager', '7.1.2'
Any idea to fix it? or how add a super class on project...
Thanks
The text was updated successfully, but these errors were encountered:
@makeiteazy 's workaround gets the project running, but this file gets overwritten every time I run my project via capacitor. It looks like the interface still doesn't have the base class in the plugin, as it stands. Is there word of if/when this will be implemented into a new version?
Hi all,
i have an error on build ios.
class 'FirebasePluginMessageReceiverManager' defined without specifying a base class [-Wobjc-root-class]
@interface FirebasePluginMessageReceiverManager
^
.../cordova-plugin-firebasex/FirebasePluginMessageReceiverManager.h:3:48: note:
add a super class to fix this problem
@interface FirebasePluginMessageReceiverManager
^
: NSObject
1 warning generated.
** BUILD FAILED **
cordova version: 9.0.0
platform ios: 5.1.1
Pod dependecies:
pod 'Google-Mobile-Ads-SDK', '~> 7.64.0'
pod 'Firebase/Core', '6.31.0'
pod 'Firebase/Messaging', '6.31.0'
pod 'Firebase/Performance', '6.31.0'
pod 'Firebase/RemoteConfig', '6.31.0'
pod 'Firebase/Crashlytics', '6.31.0'
pod 'GoogleSignIn', '5.0.2'
pod 'GoogleTagManager', '7.1.2'
Any idea to fix it? or how add a super class on project...
Thanks
The text was updated successfully, but these errors were encountered: