While integrating flutter module in ios native code. I am facing this issue.
No such module 'FlutterPluginRegistrant'
Pod is already installed but still getting this error. Did anyone able to resolve this error?
While integrating flutter module in ios native code. I am facing this issue.
No such module 'FlutterPluginRegistrant'
Pod is already installed but still getting this error. Did anyone able to resolve this error?
Got it solved by Adding arm64 to the excluded Architecture in project Settings for both pods and app target.