Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: shorebird patch iOS Failed to link AOT files: aot_tools link(Shorebird 1.6.4, Flutter 3.24.4) #2787

Open
abhinand-kv opened this issue Jan 20, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@abhinand-kv
Copy link

App ID: (854e665c-8871-4210-8b1a-b983515164f1)

Description

The iOS patch process is failing with the following error message:
Failed to link AOT files: aot_tools link.

This issue started occurring recently; the iOS patch process was working successfully until last week.

Shorebird 1.6.4
Flutter 3.24.4

Steps To Reproduce

  1. Create an iOS release

shorebird release ios --flutter-version=$(flutterVersion) -v --flavor $(build_env) --export-options-plist "$(projectDirectory)/azure-pipeline-buildspec/exportoptions.plist" --split-debug-info=./symbols

  1. Apply patch

shorebird patch ios $RELEASE_VERSION_ARG --allow-native-diffs --allow-asset-diffs --flavor $(build_env) --no-codesign --verbose;

Expected Behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional Context

Attaching the complete log here

log.txt

@abhinand-kv abhinand-kv added the bug Something isn't working label Jan 20, 2025
@abhinand-kv abhinand-kv changed the title fix: shorebird patch iOS Failed to link AOT files: aot_tools link fix: shorebird patch iOS Failed to link AOT files: aot_tools link(Shorebird 1.6.4, Flutter 3.24.4) Jan 20, 2025
@bryanoltman
Copy link
Contributor

Are you patching release 3.3.1+95? It looks like you're successfully patched this before. Could you tell us what types of changes you're making?

I'd also be curious to know if this happens with the latest version of Flutter (3.27.2).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants