-
Notifications
You must be signed in to change notification settings - Fork 330
Description
The error message in IntelliJ miss many parts such as hints and description:
This is the same message displayed by VS Code:
Did the logic for showing the structure error message in IntelliJ change recently?
Steps to Reproduce
Run the example at https://github.com/InMatrix/flutter_error_studies/blob/master/lib/renderflex_overflow_error.dart
Version info
[✓] Flutter (Channel stable, v1.12.13+hotfix.7, on Mac OS X 10.15.2 19C57, locale en-US)
• Flutter version 1.12.13+hotfix.7 at /Users/xxx/Development/flutter/flutter
• Framework revision 9f5ff2306b (12 days ago), 2020-01-26 22:38:26 -0800
• Engine revision a67792536c
• Dart version 2.7.0
[!] Android toolchain - develop for Android devices (Android SDK version 28.0.3)
• Android SDK at /Users/xxx/Library/Android/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 28.0.3
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[!] Xcode - develop for iOS and macOS (Xcode 11.2.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 11.2.1, Build version 11B500
✗ CocoaPods installed but not working.
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with is different from the one
being used to invoke it.
This can usually be fixed by re-installing CocoaPods. For more info, see
flutter/flutter#14293.
To re-install CocoaPods, run:
sudo gem install cocoapods
[✓] Android Studio (version 3.4)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin version 38.0.1
• Dart plugin version 183.6270
• Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1343-b01)
[✓] IntelliJ IDEA Community Edition (version 2019.3)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 42.1.4
• Dart plugin version 193.5731
[✓] VS Code (version 1.42.0)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.8.1
[✓] Connected device (1 available)
• iPhone 11 Pro Max • EF7A6DBC-8ED4-4217-AB38-01F805FD487D • ios •
com.apple.CoreSimulator.SimRuntime.iOS-13-2 (simulator)

