I'm trying to Integrate MetaSDK in FF so i followed this guide:
https://community.flutterflow.io/discussions/post/tutorial-add-meta-sdk-to-your-app---step-by-step-tutorial-2sNvqO3yavNJoqk
But I'm having issue running the app in IOS. I'm getting this error:
Swift Compiler Error (Xcode): Cannot convert value of type '[AppEvents.ParameterName : Any]' to expected argument type '[String : Any]'
Any one has this issue?