I have two apps, both were previously sent to App Review, one of them is in AppStore actually.
I changed git repository for my projects and I cloned both projects from new git repository.
Now apps are launching on simulator without problem but when I tried to validate any of them I am receiving this error:
No architectures in the binary. Lipo failed to detect any architectures in the bundle executable
Before I changed git repository it was working perfectly and now I have no idea how to fix it.
I tried
flutter clean && flutter pub get && cd ios && pod install
but this didnt help.