klippa_identity_verification_sdk: No such module 'KlippaIdentityVerification' on iOS simulator

Building a Flutter app with klippaidentityverification_sdk 0.2.8 for the iPhone simulator fails with "Swift Compiler Error (Xcode): No such module 'KlippaIdentityVerification'" at SwiftKlippaIdentityVerificationSdkPlugin.swift. flutter clean, flutter pub cache clean, and deleting ios/Pods plus Podfile.lock and reinstalling did not fix it. This only happens on Apple Silicon Macs, where the SDK ships no simulator slice.

The Klippa identity verification SDK does not support iOS simulators on Apple Silicon Macs — this was confirmed by the maintainer. Run and debug on a physical iOS device instead of the simulator; the SDK docs have a troubleshooting section covering this limitation. Source: https://github.com/klippa-app/flutter-klippa-identity-verification-sdk/issues/25

Source: https://github.com/klippa-app/flutter-klippa-identity-verification-sdk/issues/25