I am randomly getting this error when deploying to iOS:
<body style="background-color:#14161C">
<style>
body {
color:#C8C8C8;
overflow-x: hidden;
padding-top: 0px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
font-family: monaco;
}
h4 {
margin-bottom: 4px;
font-weight: bold;
color: #DF3F3F;
}
</style>
<h4>Failed Step: Flutter build ipa and automatic versioning</h4>
<div style="white-space: pre-wrap;line-height: 1.5">
<span style="color:#859900">Found build number 44 from TestFlight version 1.0.0</span>
Archiving xxx...
Upgrading contents.xcworkspacedata
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Upgrading Info.plist
Removing script build phase dependency analysis.
Adding input path to Thin Binary build phase.
Upgrading Runner.xcscheme
Automatically signing iOS for device deployment using specified development team in Xcode project: 123456789
Running pod install... 5.2s
Running Xcode build...
Xcode archive done. 169.2s
Failed to build iOS app
Error (Xcode): Undefined symbol: swiftcoroFrameAlloc
Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)
Encountered error while archiving for device.
Build failed :|
Step 11 script Flutter build ipa and automatic versioning exited with status code 1
</div>
</body>I deployed this same app lots of times and first time getting this error