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
Describe the bug
When building the app for iOS I get the following error: node_modules/@capacitor-community/firebase-remote-config/ios/Plugin/Plugin.swift:53:56: extra argument 'completionHandler' in call
It happened after updating to Firebase/RemoteConfig 7.0.0
To Reproduce
Update to latest version of Firebase/RemoteConfig:
pod repo update
pod install
Then build app in xcode
The text was updated successfully, but these errors were encountered:
Describe the bug
When building the app for iOS I get the following error:
node_modules/@capacitor-community/firebase-remote-config/ios/Plugin/Plugin.swift:53:56: extra argument 'completionHandler' in call
It happened after updating to Firebase/RemoteConfig 7.0.0
To Reproduce
Update to latest version of Firebase/RemoteConfig:
Then build app in xcode
The text was updated successfully, but these errors were encountered: