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

Failed to find engine stamp file #390

Closed
kasnet opened this issue May 19, 2019 · 3 comments
Closed

Failed to find engine stamp file #390

kasnet opened this issue May 19, 2019 · 3 comments

Comments

@kasnet
Copy link

kasnet commented May 19, 2019

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

@stuartmorgan
Copy link
Collaborator

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?

@kasnet
Copy link
Author

kasnet commented May 19, 2019

<parent dir>
  ├─ flutter (from http://github.com/flutter/flutter)
  ├─ flutter-desktop-embedding (from https://github.com/google/flutter-desktop-embedding)
  └─ flutter_slides (from https://github.com/flutter/slideplayer)

I open ExampleEmbedder.xcodeproj in slideplayer project.
@stuartmorgan

@stuartmorgan
Copy link
Collaborator

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

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants