After migrating my framework to Xcode 10 beta (10L176w) I started to get warnings like:
Mapping architecture arm64 to x86_64. Ensure that this target\
If you are facing problem in Flutter:
Delete the Podfile, Podfile.lock, Pods folder, Runner.xcworkspace, Flutter.framework.
Run flutter clean.
flutter clean
flutter build ios