Issue Link
#138029
Commit Hash
94550c6
Target
stable
PR Link
#138176
Changelog Description
Prevents a crash in flutter doctor for macOS users who have an IntelliJ or Android Studio installation with a missing CFBundleIdentifier in its plist.
Impacted Users
Flutter devs developing on macOS
Impact Description
fluter doctor crashes for macOS users who have an IntelliJ or Android Studio installation with a missing CFBundleIdentifier (which is a required field) in its plist.
Workaround
Reinstall IntelliJ/Android Studio, or edit the installation's plist file to have an appropriate CFBundleIdentifier value.
Risk
low
Test Coverage
yes
Validation Steps
No response
Issue Link
#138029
Commit Hash
94550c6
Target
stable
PR Link
#138176
Changelog Description
Prevents a crash in
flutter doctorfor macOS users who have an IntelliJ or Android Studio installation with a missingCFBundleIdentifierin its plist.Impacted Users
Flutter devs developing on macOS
Impact Description
fluter doctorcrashes for macOS users who have an IntelliJ or Android Studio installation with a missingCFBundleIdentifier(which is a required field) in its plist.Workaround
Reinstall IntelliJ/Android Studio, or edit the installation's plist file to have an appropriate
CFBundleIdentifiervalue.Risk
low
Test Coverage
yes
Validation Steps
No response