You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I just wanted to ask if this library support iOS simulator on M1 mac, because I got this error when I try to run my app on a simulator. Could not find module 'StripePaymentSheet' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: <path>
I'm using flutter_stripe: ^8.0.0+1
It compiles when I try to run on Mac(designed for IPad)
My flutter doctor:
[✓] Flutter (Channel stable, 3.7.3, on macOS 13.2 22D49 darwin-arm64 (Rosetta),
locale en-ID)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.75.1)
Scanning for devices is taking a long time...[✓] Connected device (4 available)
[✓] HTTP Host Availability
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi I just wanted to ask if this library support iOS simulator on M1 mac, because I got this error when I try to run my app on a simulator.
Could not find module 'StripePaymentSheet' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, at: <path>
I'm using
flutter_stripe: ^8.0.0+1
It compiles when I try to run on Mac(designed for IPad)
My flutter doctor:
Beta Was this translation helpful? Give feedback.
All reactions