I solve this issue by -
1 . open Terminal and navigate to your project folder.
2 . pod cache clean --all
3 . pod deintegrate
4 . rm -rf Podfile.lock Pods
5 . pod install --repo-update
6. Also delete all Derived Data . Xcode -> Setting -> Locations -> DerivedData
7. Restart Your system.
8. Run with "Rosetta" Simulator.