-
Notifications
You must be signed in to change notification settings - Fork 607
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
Failed to find engine stamp file #390
Comments
ExampleEmbedder was renamed at least a month ago, but the script output here is from a very recent version. How did you set up your build environment to get into this state? |
I open ExampleEmbedder.xcodeproj in slideplayer project. |
FDE is very explicitly not a stable API surface; an app build against an arbitrary version of it isn't going to work with new versions of FDE without updates (which that project doesn't appear to have had recently). The README there gives hashes of Flutter and FDE versions that are known to work; if you want to try the project out you'll need to use those. (Or port their native code changes into a current version of FDE's example Runner). |
I open ExampleEmbedder.xcodeproj on macos, it fail.
Please help me how to solve this problem.
Running git merge-base --is-ancestor 4e1bfca8470ff088ecb68aaa72086f290b316fd1 HEAD Running /Users/zk/Documents/wwwroot/FlutterDesktop/flutter/bin/flutter unpack --target-platform=darwin-x64 --cache-dir=/Users/zk/Documents/wwwroot/FlutterDesktop/flutter_framework Failed to find engine stamp file Failed to unpack desktop artifacts. Unhandled exception: Exception: /Users/zk/Documents/wwwroot/FlutterDesktop/flutter/bin/flutter unpack --target-platform=darwin-x64 --cache-dir=/Users/zk/Documents/wwwroot/FlutterDesktop/flutter_framework failed with exit code 1 #0 runCommand (file:///Users/zk/Documents/wwwroot/FlutterDesktop/flutter-desktop-embedding/tools/dart_tools/lib/run_command.dart:45:5) <asynchronous suspension> #1 runFlutterCommand (file:///Users/zk/Documents/wwwroot/FlutterDesktop/flutter-desktop-embedding/tools/dart_tools/lib/flutter_utils.dart:59:9) <asynchronous suspension> #2 main (file:///Users/zk/Documents/wwwroot/FlutterDesktop/flutter-desktop-embedding/tools/dart_tools/bin/sync_flutter_library.dart:82:9) <asynchronous suspension> #3 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:298:32) #4 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:171:12) Command /bin/sh failed with exit code 255
The text was updated successfully, but these errors were encountered: