Skip to content

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

@willemjanvankranenburg

Description

@willemjanvankranenburg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions