-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Your Environment
- Plugin version: 0.3.0
- Platform: iOS
- Cordova version (
cordova -v): 12.0.0 - Cordova platform version (
cordova platform ls): ios 7.0.1
Expected Behavior
in the plugin.xml file, there is still the old 'framework' code for the podspec code.
<framework src="Firebase/Core" type="podspec" spec="" />
<framework src="Firebase/Firestore" type="podspec" spec="" />
in the 'cordova-background-geolocation-lt' this is already fixed in version 4.13.0
https://github.com/transistorsoft/cordova-background-geolocation-lt/blob/master/CHANGELOG.md#4130--2023-07-12
Actual Behavior
Update the config to support the new "podspec" tag
Context
Use this package with the newest [email protected] version
Debug logs
Logs
Failed to restore plugin "cordova-background-geolocation-firebase". You might need to try adding it again.
Error: Error [ERR_UNHANDLED_ERROR]: Uh oh!
Unhandled error. ('"framework" tag with type "podspec" is no longer supported. Please use the "podspec" tag.')
Metadata
Metadata
Assignees
Labels
No labels