Getting error on "Build ipa for distribution" #1354
-
So I got my ARCHIVE FAILED. /Users/builder/clone/ios/MindistWell.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 16.0, but the range of supported deployment target versions is 9.0 to 15.5.99. (in target 'NumoWidgetExtension' from project 'MindistWell') The following build commands failed: <<< Process completed with status code 65 in 00:19 I have a widget in my app and it works fine. But when I try to archive the app using codemagic, I'm getting this error. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
Hi @vovaparkhomchuk, can you please share the build id so that i can look into your query further? |
Beta Was this translation helpful? Give feedback.
-
Hello, I think facing a related problem. My last successful build was 3 days ago. Flutter version was set to default in codemagic.yaml 👇
However, this morning, without doing any related changes in my code, I my build failed due to name-conflict (we're using a class name used by Flutter also), so I checked the last successful build and saw that codemagic was using Flutter '3.3.10'. So I locked Flutter version to '3.3.1' (which I use locally), and the error disappeared and the build was successful for Android.
But for iOS I got the following error: command and error
|
Beta Was this translation helpful? Give feedback.
Hi @SharbelOkzan,
The below issue has been fixed on
Flutter 3.3.3
; please change the version and try running the build again.