capawesome-team / capacitor-plugins

⚡️ Community plugins for Capacitor. Supports Android, iOS and the Web.
https://capawesome.io/plugins/
227 stars 34 forks source link

bug: Cannot find 'KeyValueStore' in scope #211

Closed n7best closed 3 months ago

n7best commented 3 months ago

Plugin(s)

Version

6.0.7

Platform(s)

Current behavior

Error during build: Cannot find 'KeyValueStore' in scope during build for https://github.com/capawesome-team/capacitor-plugins/blob/main/packages/live-update/ios/Plugin/LiveUpdate.swift#L405

Expected behavior

No Error

Reproduction

none

Steps to reproduce

I think this https://github.com/capawesome-team/capacitor-plugins/commit/6d441858266e1dfc5e3e2606a0e71b30540a9742 cause the issue, 6.0.6 works fine

Other information

No response

Capacitor doctor

none

Before submitting

robingenz commented 3 months ago

You need to upgrade to the latest Capacitor version.

n7best commented 3 months ago

upgrade capacitor versions from 5 to 6 solve the issue.