-
Notifications
You must be signed in to change notification settings - Fork 43
Unable to run on iOS simulator #56
Description
using M1 mac mini
Error info
`
Xcode build done. 11.5s
Failed to build iOS app
Error (Xcode): failed to install component: 'rust-std-x86_64-apple-ios', detected conflict: 'lib/rustlib/x86_64-apple-ios/lib/libaddr2line-5ed8dfbcd1e57ba9.rlib'
/Users/abc/my/Work/2024/mixtest/ios/Pods/SEVERE:0:0
Could not build the application for the simulator.
Error launching application on iPhone15PM.
`
flutter doctor
Doctor summary (to see all details, run flutter doctor -v): [!] Flutter (Channel stable, 3.27.0, on macOS 15.3 24D60 darwin-arm64, locale zh-Hans-CN) ! Warning:dart` on your path resolves to
/opt/homebrew/Cellar/dart/3.2.4/libexec/bin/dart, which is not inside your
current Flutter SDK checkout at /Users/sunjianan/my/SDK/BETA/flutter.
Consider adding /Users/sunjianan/my/SDK/BETA/flutter/bin to the front of
your path.
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.1)
[✓] Chrome - develop for the web
[!] Android Studio (version unknown)
✗ Unable to determine Android Studio version.
[✓] Android Studio (version 2023.3)
[✓] Android Studio (version 2022.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.1.3)
[✓] VS Code (version 1.97.2)
[!] Proxy Configuration
! NO_PROXY does not contain ::1
[✓] Connected device (8 available)
[!] Network resources
✗ A cryptographic error occurred while checking "https://github.com/":
Connection terminated during handshake
You may be experiencing a man-in-the-middle attack, your network may be
compromised, or you may have malware installed on your computer.
! Doctor found issues in 4 categories.
`