My deploy to app store keeps failing, been stuck for a week.

Troubleshooting

I have project that was working fine before but after the recent flutter update it keeps failing. I have removed a lot of the custom code like meta tracking, and even dynamic links.

I am not sure where the issue is coming from but I have tried with chatgpt to debug the pubspec dependencies and even tweaking the Podfile to no avail. Anyone experience something similar or know how I can get this published now.

really feeling lost after sinking so many hours. I have also reached out to flutterflow support but the answers have been generic like make sure to incremement build number/ copy the app id currently etc.

............
here is the latest error I am getting.

.....
<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">

Archiving com.BriefMe.testdeploy...

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.

ios/Runner/AppDelegate.swift uses the deprecated @UIApplicationMain attribute, updating.

Automatically signing iOS for device deployment using specified development team in Xcode project: 8AJ88Q256M

Running pod install... 3.7s

Running Xcode build...

Xcode archive done. 107.3s

Failed to build iOS app

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_Builtin_float

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_errno

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_math

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_signal

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_stdio

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swift_time

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swiftsys_time

Error (Xcode): Undefined symbol: __swift_FORCE_LOAD_$_swiftunistd

Error (Xcode): Linker command failed with exit code 1 (use -v to see invocation)

Encountered error while archiving for device.

Build failed :|

Step 10 script Flutter build ipa and automatic versioning exited with status code 1

</div>

</body>

What have you tried so far?

.......
I have tried publishing straight from flutterflow too, but my main flow has been publish to github add some UI modes to info plist and then publish.

....

tweaking the podfile to include frameworks, add a blank swrift file to handle bridgeheaders. and even downgrading a lot of the packages and upgrading them manually too.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
2 replies