intellij-platform-gradle-plugin: Could not find launch information for the current OS: Mac OS X (amd64)
After updating the IntelliJ plugin to v1.10 I’m no longer able to launch a debugger from IntelliJ.
Execution failed for task ‘:flutter-idea:runIde’. > Could not find launch information for the current OS: Mac OS X (amd64)
I tried v1.11-SNAPSHOT (to get #1231) today and that did not work either.
To reproduce the problem you’d probably need the same hardware I have (MacBook Pro, Intel Core I9). Set up a dev environment for the Flutter plugin for IntelliJ (https://github.com/flutter/flutter-intellij/blob/master/CONTRIBUTING.md) then do bin/plugin test
. You don’t actually have to launch IntelliJ to see the same failure message, modulo task name.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 15 (5 by maintainers)
Not exactly. I have more work to do on that one. What was released was a temp fix to make using the plugin possible when working on a non-Flutter project.