#Failed to link AOT files [Patch iOS]

1 messages · Page 1 of 1 (latest)

tender agate
#

Command
shorebird doctor

Shorebird 1.6.68 • [email protected]:shorebirdtech/shorebird.git
Flutter 3.38.2 • revision ece598670d60a3fba4ca32a739c4e59003008a52
Engine • revision aadc5100597a5330de0ec89b144f95ec96e8f66f

✓ Shorebird is up-to-date (1.4s)
✓ AndroidManifest.xml files contain INTERNET permission (31ms)
✓ shorebird.yaml found in pubspec.yaml assets (8ms)
✓ Lock files are tracked in source control (42ms)

No issues detected!

Here's my log shorebird when i run : shorebird patch ios --track=beta

magic sail
#

Odd, that looks like a mismatch between the shorebird version and the flutter version.

#

Can you share your app_id so I can look up the app in question?

tender agate
#

here's mine 735fab9b-976c-4997-ae7a-4ec966de99d1

magic sail
#

Hmm, that was made with Flutter 3.38.2 (ece598670d)

#

So ```
2025-11-25T17:25:57.005895 [Process.start] /Users/muhammad.daffa/development/shorebird/bin/cache/flutter/ece598670d60a3fba4ca32a739c4e59003008a52/bin/dart run /Users/muhammad.daffa/development/shorebird/bin/cache/artifacts/aot-tools/aadc5100597a5330de0ec89b144f95ec96e8f66f/aot-tools.dill link --base=/var/folders/nz/dg_hwk2d6rzft0kh1673c4l80000gn/T/zTuESK/Products/Applications/Runner.app/Frameworks/App.framework/App --patch=/Users/muhammad.daffa/Documents/Daffa/ipm-mobile/tis-epetty/mobile/epetty/build/out.aot --analyze-snapshot=/Users/muhammad.daffa/development/shorebird/bin/cache/flutter/ece598670d60a3fba4ca32a739c4e59003008a52/bin/cache/artifacts/engine/ios-release/analyze_snapshot_arm64 --output=/Users/muhammad.daffa/Documents/Daffa/ipm-mobile/tis-epetty/mobile/epetty/build/out.vmcode --verbose --dump-debug-info=/var/folders/nz/dg_hwk2d6rzft0kh1673c4l80000gn/T/QeoD2Y (in /Users/muhammad.daffa/Documents/Daffa/ipm-mobile/tis-epetty/mobile/epetty/build)

#

it is correct that that is missing the gen_snapshot arg

#

@tender agate can you run /Users/muhammad.daffa/development/shorebird/bin/cache/flutter/ece598670d60a3fba4ca32a739c4e59003008a52/bin/dart run /Users/muhammad.daffa/development/shorebird/bin/cache/artifacts/aot-tools/aadc5100597a5330de0ec89b144f95ec96e8f66f/aot-tools.dill --version and share the result?

tender agate
#

Running build hooks...
0.0.1

magic sail
#

Well, that "Running build hooks..." is probably why.

#

working on a fix now.

#

Are you able to share your package dependencies from pubspec.yaml?

#

e.g. do you depend on sqlite3?

tender agate
#

Maybe something related to drift packages you mean? Yes mine use drift packages for database management

magic sail
#

not sure. it's OK, I have a fix I'll release tomorrow.

magic sail
#

OK, I believe this is fixed now in the latest shorebird.