diff --git a/engine/src/flutter/sky/tools/create_macos_framework.py b/engine/src/flutter/sky/tools/create_macos_framework.py index 0b690e1470e..94a215dcc7f 100755 --- a/engine/src/flutter/sky/tools/create_macos_framework.py +++ b/engine/src/flutter/sky/tools/create_macos_framework.py @@ -220,7 +220,7 @@ def zip_framework(dst, args): def zip_xcframework_archive(dst): filepath_with_entitlements = '' filepath_without_entitlements = ( - 'FlutterMacOS.xcframework/macos-arm64_x84_64/' + 'FlutterMacOS.xcframework/macos-arm64_x86_64/' 'FlutterMacOS.framework/Versions/A/FlutterMacOS' ) embed_codesign_configuration(os.path.join(dst, 'entitlements.txt'), filepath_with_entitlements)