Flutter iOS module ‘module_name’ not found in ios
Hello developers, hope you are not good that’s why you are here to read this quick article. If you face this problem when Archiving your Flutter project to Apple App Store via Xcode then simply follow the below steps
- Make sure you run POD install comman by go to ios folder (Althoug it’s always run automatically)
- Check targeted iOS verstion on Podfile file “platform :ios, ‘12.0’” and Xcode Project Runner -> Build Settings -> Deployment -> iOS Deployment Target:” 12.0″ are same
If everything ok then run it again. hope it will work.