Flutter 2.5.3, XCode 13.1
Wen build for IOS Simulator, compilation fails with message from ld:
'..../Pods/Appcenter/
ld: in {MY App Path}/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter(MSAppCenter.o), building for iOS Simulator, but linking in object file built for iOS, file '{MY App Path}/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Already tried in XCode to exclude arm64 from building for Simulator, buth the error remains. Any Help?
Flutter 2.5.3, XCode 13.1 Wen build for IOS Simulator, compilation fails with message from ld:
'..../Pods/Appcenter/
ld: in {MY App Path}/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter(MSAppCenter.o), building for iOS Simulator, but linking in object file built for iOS, file '{MY App Path}/ios/Pods/AppCenter/AppCenter-SDK-Apple/iOS/AppCenter.framework/AppCenter' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Already tried in XCode to exclude arm64 from building for Simulator, buth the error remains. Any Help?