Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Перестал собираться ios на версии 3.1.0 #4

Open
makstheimba opened this issue Oct 4, 2024 · 2 comments
Open

Comments

@makstheimba
Copy link

Перестал архивироваться билд для ios. Не получается собрать ipa. Ошибка вот такая:

Asset validation failed (90482)
Invalid Executable. The executable 'Runner.app/Frameworks/YandexMobileMetrica.framework/YandexMobileMetrica' contains bitcode. (ID: 036b90af-b834-4ce3-9471-aad197b1f16e)

На 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!
@egrischenkov
Copy link

@makstheimba, нашлось какое нибудь решение?
Столкнулся с такой же проблемой.

@Sergionius
Copy link

Sergionius commented Dec 6, 2024

@makstheimba, нашлось какое нибудь решение? Столкнулся с такой же проблемой.

Тоже была такая проблема, можно ознакомится с упоминанием тут: meg4cyberc4t/varioqub_configs#31
если по быстрому, то где-то в проекте есть зависимость со старой appmetrica, найти ее можно поиском в ios/Podfile.lock YandexMobileMetrica(или Yandex), зависимость будет выше строчкой, после этого есть 2 варианта, либо обновить эту зависимость, либо удалить, если обновление не возможно(мой случай, метрика была в SberIdSDK)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants