transistorsoft / cordova-background-geolocation-firebase

Firebase Adapter for Cordova Background Geolocation
MIT License
7 stars 5 forks source link

plugin.xml is still using the old "framework" tag with type "podspec" #20

Open willemjanvankranenburg opened 10 months ago

willemjanvankranenburg commented 10 months ago

Your Environment

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 cordova-ios@7.0.1 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.') ```
willemjanvankranenburg commented 9 months ago

Is there any update on this? It's been more than a month and we really need this to be fixed