Within 7 days, I did not find a solution to this problem. All the solutions suggested in this article did not work with me
- When I want to upload a new version of my app to the Apple Store, I get this message message
App Store Connect Operation Error
Missing 64-bit support. iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK or later. We recommend using the default "Standard Architectures" build setting for "Architectures" in Xcode, to build a single binary with both 32-bit and 64-bit support.
App Store Connect Operation Error
Invalid architecture: Apps that include an app extension and framework must support arm64
- I work on Catalina mac os
- XCode 12.4
- Flutter version 2.2.3
Note: already added arm64
for Excluded Architectures both of Debug & Release
under my project name also tried under project Pods
- also make
Clean Build Folder
, then make newBuild
but not work - already make
flutter clean
thenflutter pub get
not work - delete
Podfile.lock & Pods
folder then usepod install
not work - Set
Build Active Architecture
Only(ONLY_ACTIVE_ARCH)
toYes
not work
every time to do any solution and build an archive to send it to Distribution I get failed message
Is there a real solution to this problem?!