exponea / exponea-flutter-sdk

MIT License
7 stars 9 forks source link

Plugin inconsistent minimum versions? #26

Closed mobikats closed 3 months ago

mobikats commented 3 months ago

I changed exponea : ^1.6.0

to: exponea : ^1.7.0

And then tried to build and run:

Error: The pod "ExponeaSDK" required by the plugin "exponea" requires a higher minimum iOS deployment version than the plugin's reported minimum version.
To build, remove the plugin "exponea", or contact the plugin's developers for assistance.

The Podfile already has ios 15.4 set as the minimum.

mobikats commented 3 months ago

I've had to go back to 1.6.0 for now - maybe the above is trivial to fix but I am not seeing how at the moment, any help appreciated :)

mobikats commented 3 months ago

Resolved, there is odd behaviour with a lot of plugins reporting version 0.0.1, but a repo update fixed it, so it wasn't specific to this plugin.