No such module 'FlutterPluginRegistrant'

Viewed 984

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?

1 Answers

Got it solved by Adding arm64 to the excluded Architecture in project Settings for both pods and app target.

enter image description here

Related