Engine run configuration was invalid
The flutter APP stays on the startup page.
IOS online installation stays on the startup page.
Error:
14:00:06 Hui-teki-iPhone Runner → <Warning>: Failed to find snapshot: /var/containers/Bundle/Application/2F947DB6-005F-4E6D-ACEB-96E82F201FCC/Runner.app/flutter_assets/kernel_blob.bin
14:00:07 Hui-teki-iPhone Runner → <Warning>: 沙盒目录 = /var/mobile/Containers/Data/Application/8E7D0844-BDDC-499A-A885-5E4A0AFBF6F1/Documents
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:engine.cc(112)] Engine run configuration was invalid.
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:FlutterEngine.mm(261)] Could not launch engine with configuration.
A flutter application, the computer installation is fine, the online installation stays on the startup page.
flutter
|
show 10 more comments
The flutter APP stays on the startup page.
IOS online installation stays on the startup page.
Error:
14:00:06 Hui-teki-iPhone Runner → <Warning>: Failed to find snapshot: /var/containers/Bundle/Application/2F947DB6-005F-4E6D-ACEB-96E82F201FCC/Runner.app/flutter_assets/kernel_blob.bin
14:00:07 Hui-teki-iPhone Runner → <Warning>: 沙盒目录 = /var/mobile/Containers/Data/Application/8E7D0844-BDDC-499A-A885-5E4A0AFBF6F1/Documents
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:engine.cc(112)] Engine run configuration was invalid.
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:FlutterEngine.mm(261)] Could not launch engine with configuration.
A flutter application, the computer installation is fine, the online installation stays on the startup page.
flutter
Have you triedflutter clean
?
– Günter Zöchbauer
Jan 2 at 6:32
Tried. It didn't work.
– J.hui
Jan 2 at 8:10
Is this for a debug build or an app installed usingflutter install
?
– Günter Zöchbauer
Jan 2 at 8:12
This is the application installed using flutter.
– J.hui
Jan 2 at 8:37
Installed how? .
– Günter Zöchbauer
Jan 2 at 8:38
|
show 10 more comments
The flutter APP stays on the startup page.
IOS online installation stays on the startup page.
Error:
14:00:06 Hui-teki-iPhone Runner → <Warning>: Failed to find snapshot: /var/containers/Bundle/Application/2F947DB6-005F-4E6D-ACEB-96E82F201FCC/Runner.app/flutter_assets/kernel_blob.bin
14:00:07 Hui-teki-iPhone Runner → <Warning>: 沙盒目录 = /var/mobile/Containers/Data/Application/8E7D0844-BDDC-499A-A885-5E4A0AFBF6F1/Documents
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:engine.cc(112)] Engine run configuration was invalid.
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:FlutterEngine.mm(261)] Could not launch engine with configuration.
A flutter application, the computer installation is fine, the online installation stays on the startup page.
flutter
The flutter APP stays on the startup page.
IOS online installation stays on the startup page.
Error:
14:00:06 Hui-teki-iPhone Runner → <Warning>: Failed to find snapshot: /var/containers/Bundle/Application/2F947DB6-005F-4E6D-ACEB-96E82F201FCC/Runner.app/flutter_assets/kernel_blob.bin
14:00:07 Hui-teki-iPhone Runner → <Warning>: 沙盒目录 = /var/mobile/Containers/Data/Application/8E7D0844-BDDC-499A-A885-5E4A0AFBF6F1/Documents
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:engine.cc(112)] Engine run configuration was invalid.
14:00:07 Hui-teki-iPhone Runner → <Alert>: [VERBOSE-2:FlutterEngine.mm(261)] Could not launch engine with configuration.
A flutter application, the computer installation is fine, the online installation stays on the startup page.
flutter
flutter
edited Jan 2 at 8:36
anmol.majhail
4,6382422
4,6382422
asked Jan 2 at 6:13
J.huiJ.hui
61
61
Have you triedflutter clean
?
– Günter Zöchbauer
Jan 2 at 6:32
Tried. It didn't work.
– J.hui
Jan 2 at 8:10
Is this for a debug build or an app installed usingflutter install
?
– Günter Zöchbauer
Jan 2 at 8:12
This is the application installed using flutter.
– J.hui
Jan 2 at 8:37
Installed how? .
– Günter Zöchbauer
Jan 2 at 8:38
|
show 10 more comments
Have you triedflutter clean
?
– Günter Zöchbauer
Jan 2 at 6:32
Tried. It didn't work.
– J.hui
Jan 2 at 8:10
Is this for a debug build or an app installed usingflutter install
?
– Günter Zöchbauer
Jan 2 at 8:12
This is the application installed using flutter.
– J.hui
Jan 2 at 8:37
Installed how? .
– Günter Zöchbauer
Jan 2 at 8:38
Have you tried
flutter clean
?– Günter Zöchbauer
Jan 2 at 6:32
Have you tried
flutter clean
?– Günter Zöchbauer
Jan 2 at 6:32
Tried. It didn't work.
– J.hui
Jan 2 at 8:10
Tried. It didn't work.
– J.hui
Jan 2 at 8:10
Is this for a debug build or an app installed using
flutter install
?– Günter Zöchbauer
Jan 2 at 8:12
Is this for a debug build or an app installed using
flutter install
?– Günter Zöchbauer
Jan 2 at 8:12
This is the application installed using flutter.
– J.hui
Jan 2 at 8:37
This is the application installed using flutter.
– J.hui
Jan 2 at 8:37
Installed how? .
– Günter Zöchbauer
Jan 2 at 8:38
Installed how? .
– Günter Zöchbauer
Jan 2 at 8:38
|
show 10 more comments
1 Answer
1
active
oldest
votes
I had same problem when I was back to stable channel that used an old engine respect to master channel.
Try to use master channel:
flutter channel master
flutter upgrade
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54001999%2fengine-run-configuration-was-invalid%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had same problem when I was back to stable channel that used an old engine respect to master channel.
Try to use master channel:
flutter channel master
flutter upgrade
add a comment |
I had same problem when I was back to stable channel that used an old engine respect to master channel.
Try to use master channel:
flutter channel master
flutter upgrade
add a comment |
I had same problem when I was back to stable channel that used an old engine respect to master channel.
Try to use master channel:
flutter channel master
flutter upgrade
I had same problem when I was back to stable channel that used an old engine respect to master channel.
Try to use master channel:
flutter channel master
flutter upgrade
answered Feb 7 at 19:43
andrea689andrea689
19617
19617
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54001999%2fengine-run-configuration-was-invalid%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Have you tried
flutter clean
?– Günter Zöchbauer
Jan 2 at 6:32
Tried. It didn't work.
– J.hui
Jan 2 at 8:10
Is this for a debug build or an app installed using
flutter install
?– Günter Zöchbauer
Jan 2 at 8:12
This is the application installed using flutter.
– J.hui
Jan 2 at 8:37
Installed how? .
– Günter Zöchbauer
Jan 2 at 8:38