Hi Everyone,
Everything was working great yesterday but today I got this error when trying to run on IOS Simulator:
Error (Xcode): 'StripeIosPlugin' has different definitions in different modules; first difference is definition in module 'stripe_ios.Swift' found method
/Users/name/Library/Application%20Support/io.flutterflow.prod.mac/app/build/ios/Debug-iphonesimulator/stripe_ios/stripe_ios.framework/Headers/stripe_ios-Swift.h:359:0
Modules Issue (Xcode): Definition of 'StripeIosPlugin' must be imported from module 'stripe_ios.Swift' before it is required
/Users/name/Library/Application%20Support/io.flutterflow.prod.mac/app/ios/Runner/GeneratedPluginRegistrant.m:154:3
It runs normally when you disable the stripe payment action.
Any solutions would be of great help!