I moved project from my firm git to gitlab, I cloned new repo, I did:
flutter clean & flutter pub get & cd ios & pod install
app is launching on emulator but when I tried to validate app I received this error during validation:
No architectures in the binary. Lipo failed to detect any architectures in the bundle executable
I really don't know what is the problem. On old git it was validating, right now is not and I am pointless. Can anyone help me with figuring out what is going on? I tried different things, nothing helped.