Flutter for iOS - CRASH right after installing SDK
Attempting to install the Flutter SDK on an old iMac, right after downloading and unzipping the SDK and successfully setting up the PATH for the terminal, flutter will not open.
When attempting to use flutter doctor, the system always CRASHES, indicating the following error report:
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Illegal instruction: 4(4), si_code=1, si_addr=0x10ae84fa9
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Segmentation fault: 11(11), si_code=1, si_addr=0x1000
Aborting re-entrant request for stack trace.
/Users/imac/flutter/bin/flutter: line 177: 788 Abort trap: 6 "$DART" $FLUTTER_TOOL_ARGS "$SNAPSHOT_PATH" "$@"
Very grateful for all your help. Please advise, what might be wrong? What might be needed to run Flutter on my iMac?
THANKS!!!
ios flutter
add a comment |
Attempting to install the Flutter SDK on an old iMac, right after downloading and unzipping the SDK and successfully setting up the PATH for the terminal, flutter will not open.
When attempting to use flutter doctor, the system always CRASHES, indicating the following error report:
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Illegal instruction: 4(4), si_code=1, si_addr=0x10ae84fa9
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Segmentation fault: 11(11), si_code=1, si_addr=0x1000
Aborting re-entrant request for stack trace.
/Users/imac/flutter/bin/flutter: line 177: 788 Abort trap: 6 "$DART" $FLUTTER_TOOL_ARGS "$SNAPSHOT_PATH" "$@"
Very grateful for all your help. Please advise, what might be wrong? What might be needed to run Flutter on my iMac?
THANKS!!!
ios flutter
add a comment |
Attempting to install the Flutter SDK on an old iMac, right after downloading and unzipping the SDK and successfully setting up the PATH for the terminal, flutter will not open.
When attempting to use flutter doctor, the system always CRASHES, indicating the following error report:
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Illegal instruction: 4(4), si_code=1, si_addr=0x10ae84fa9
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Segmentation fault: 11(11), si_code=1, si_addr=0x1000
Aborting re-entrant request for stack trace.
/Users/imac/flutter/bin/flutter: line 177: 788 Abort trap: 6 "$DART" $FLUTTER_TOOL_ARGS "$SNAPSHOT_PATH" "$@"
Very grateful for all your help. Please advise, what might be wrong? What might be needed to run Flutter on my iMac?
THANKS!!!
ios flutter
Attempting to install the Flutter SDK on an old iMac, right after downloading and unzipping the SDK and successfully setting up the PATH for the terminal, flutter will not open.
When attempting to use flutter doctor, the system always CRASHES, indicating the following error report:
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Illegal instruction: 4(4), si_code=1, si_addr=0x10ae84fa9
===== CRASH =====
version=2.1.0-dev.9.4.flutter-f9ebf21297 (Thu Nov 8 23:00:07 2018 +0100) on "macos_x64"
si_signo=Segmentation fault: 11(11), si_code=1, si_addr=0x1000
Aborting re-entrant request for stack trace.
/Users/imac/flutter/bin/flutter: line 177: 788 Abort trap: 6 "$DART" $FLUTTER_TOOL_ARGS "$SNAPSHOT_PATH" "$@"
Very grateful for all your help. Please advise, what might be wrong? What might be needed to run Flutter on my iMac?
THANKS!!!
ios flutter
ios flutter
asked Nov 25 '18 at 4:55
CostaRicaCostaRica
84
84
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I thought that maybe using an older version of the Flutter SDK might be easier on my very old iMac...
so I searched on the Flutter SDK Archive (https://flutter.io/docs/development/tools/sdk/archive?tab=macos) for the oldest available SDK release version, and thus downloaded and unzipped the build 1.8.0_152-release-1024-b01...
although I encountered some messages indicating that I should better upgrade my SDK (which I'm NOT planning to do), this time flutter does not CRASH, and the flutter doctor is running correctly!
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%2f53464761%2fflutter-for-ios-crash-right-after-installing-sdk%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 thought that maybe using an older version of the Flutter SDK might be easier on my very old iMac...
so I searched on the Flutter SDK Archive (https://flutter.io/docs/development/tools/sdk/archive?tab=macos) for the oldest available SDK release version, and thus downloaded and unzipped the build 1.8.0_152-release-1024-b01...
although I encountered some messages indicating that I should better upgrade my SDK (which I'm NOT planning to do), this time flutter does not CRASH, and the flutter doctor is running correctly!
add a comment |
I thought that maybe using an older version of the Flutter SDK might be easier on my very old iMac...
so I searched on the Flutter SDK Archive (https://flutter.io/docs/development/tools/sdk/archive?tab=macos) for the oldest available SDK release version, and thus downloaded and unzipped the build 1.8.0_152-release-1024-b01...
although I encountered some messages indicating that I should better upgrade my SDK (which I'm NOT planning to do), this time flutter does not CRASH, and the flutter doctor is running correctly!
add a comment |
I thought that maybe using an older version of the Flutter SDK might be easier on my very old iMac...
so I searched on the Flutter SDK Archive (https://flutter.io/docs/development/tools/sdk/archive?tab=macos) for the oldest available SDK release version, and thus downloaded and unzipped the build 1.8.0_152-release-1024-b01...
although I encountered some messages indicating that I should better upgrade my SDK (which I'm NOT planning to do), this time flutter does not CRASH, and the flutter doctor is running correctly!
I thought that maybe using an older version of the Flutter SDK might be easier on my very old iMac...
so I searched on the Flutter SDK Archive (https://flutter.io/docs/development/tools/sdk/archive?tab=macos) for the oldest available SDK release version, and thus downloaded and unzipped the build 1.8.0_152-release-1024-b01...
although I encountered some messages indicating that I should better upgrade my SDK (which I'm NOT planning to do), this time flutter does not CRASH, and the flutter doctor is running correctly!
answered Nov 25 '18 at 6:07
CostaRicaCostaRica
84
84
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%2f53464761%2fflutter-for-ios-crash-right-after-installing-sdk%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