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
На 3.0.0 все нормально. Пробовал Flutter clean, переустанавливать поды и всякие обычные штуки.
Flutter doctor:
flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 13.6.3 22G436 darwin-arm64,
locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version
34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] VS Code (version 1.93.1)
[✓] Connected device (3 available)
! Error: Browsing on the local area network for Максим’s 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
• No issues found!
The text was updated successfully, but these errors were encountered:
@makstheimba, нашлось какое нибудь решение? Столкнулся с такой же проблемой.
Тоже была такая проблема, можно ознакомится с упоминанием тут: meg4cyberc4t/varioqub_configs#31
если по быстрому, то где-то в проекте есть зависимость со старой appmetrica, найти ее можно поиском в ios/Podfile.lock YandexMobileMetrica(или Yandex), зависимость будет выше строчкой, после этого есть 2 варианта, либо обновить эту зависимость, либо удалить, если обновление не возможно(мой случай, метрика была в SberIdSDK)
Перестал архивироваться билд для ios. Не получается собрать ipa. Ошибка вот такая:
На 3.0.0 все нормально. Пробовал
Flutter clean
, переустанавливать поды и всякие обычные штуки.Flutter doctor:
The text was updated successfully, but these errors were encountered: