-
Notifications
You must be signed in to change notification settings - Fork 1
Description
HI,
After a fresh installation of WebStorm configured for Flutter development, I’ve encountered an issue with iOS builds:
• Target: iOS only
• Build Outcome in Xcode: Successful
• Build Outcome in WebStorm: Fails
The build completes successfully when run directly from Xcode, so I suspect this may be an integration issue with WebStorm itself. I’ve followed the standard setup instructions for Flutter and iOS development and verified my environment variables and paths. However, the build process fails specifically when initiated from the IDE, which is proving quite a blocker.
Could you clarify if there are any additional configurations required or known issues with the current iOS build support? I’d really like to continue using this plugin, as it’s been a valuable tool for my development workflow.
Thank you for your continued work on this plugin!
> flutter doctor -v
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.0.1 24A348 darwin-arm64, locale it-IT)
• Flutter version 3.24.4 on channel stable at /Users/salvatoreesposito/development.nosync/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 603104015d (3 weeks ago), 2024-10-24 08:01:25 -0700
• Engine revision db49896cf2
• Dart version 3.5.4
• DevTools version 2.37.3
[✗] Android toolchain - develop for Android devices
✗ Unable to locate Android SDK.
Install Android Studio from: https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK components.
(or visit https://flutter.dev/to/macos-android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16B40
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/to/macos-android-setup for detailed instructions).
[✓] VS Code (version 1.95.2)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.100.0
xcode-select -p
/Applications/Xcode.app/Contents/Developer
Additionally, I can confirm that I have a valid developer license properly set up in Xcode.