You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When my flutter sdk version is upgraded to 3.27.0, an error occurs when running the code
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.0, on macOS 15.1.1 24B91 darwin-arm64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] Connected device (7 available)
! Error: Browsing on the local area network for 伍吉的iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as
this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
app_package_parser 0.2.4
Would change 56 dependencies in /Users/songwei/Desktop/code/flutter_distributor/packages/flutter_distributor.
9 packages have newer versions incompatible with dependency constraints.
Try dart pub outdated for more information.
The current activation of flutter_distributor is not compatible with your current SDK.
Try reactivating the package. dart pub global activate flutter_distributor
The text was updated successfully, but these errors were encountered:
When my flutter sdk version is upgraded to 3.27.0, an error occurs when running the code
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.27.0, on macOS 15.1.1 24B91 darwin-arm64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] Connected device (7 available)
! Error: Browsing on the local area network for 伍吉的iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as
this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
Error Code:
Downloading packages... .
Would change 56 dependencies in
/Users/songwei/Desktop/code/flutter_distributor/packages/flutter_distributor
.9 packages have newer versions incompatible with dependency constraints.
Try
dart pub outdated
for more information.The current activation of
flutter_distributor
is not compatible with your current SDK.Try reactivating the package.
dart pub global activate flutter_distributor
The text was updated successfully, but these errors were encountered: