Я столкнулся с проблемой при отладке приложения Flutter на моем физическом iPhone в vscode. Приложение успешно запускается без отладки в Xcode, но отладка завершается со следующей ошибкой:
Xcode build done. 93.1s
Failed to build iOS app
Could not build the precompiled application for the device.
Uncategorized (Xcode): Could not resolve package dependencies:
downloaded archive of binary target 'absl' from 'https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip' does not contain a binary artifact.
downloaded archive of binary target 'openssl_grpc' from 'https://dl.google.com/firebase/ios/bin/grpc/1.65.1/rc1/openssl_grpc.zip' does not contain a binary artifact.
downloaded archive of binary target 'grpcpp' from "https://dl.google.com/firebase/ios/bin/grpc/1.65.1/rc1/grpcpp.zip" does not contain a binary artifact.
fatalError 3
Error launching application on itsupport’s iPhone.
Почему эта ошибка возникает именно при отладке?
Как решить проблемы зависимостей с двоичными целями Firebase ?
Я столкнулся с проблемой при отладке приложения Flutter на моем физическом iPhone в vscode. Приложение успешно запускается без отладки в Xcode, но отладка завершается со следующей ошибкой: [code]Xcode build done. 93.1s Failed to build iOS app Could not build the precompiled application for the device.
Uncategorized (Xcode): Could not resolve package dependencies: downloaded archive of binary target 'absl' from 'https://dl.google.com/firebase/ios/bin/abseil/1.2024011602.0/rc1/absl.zip' does not contain a binary artifact. downloaded archive of binary target 'openssl_grpc' from 'https://dl.google.com/firebase/ios/bin/grpc/1.65.1/rc1/openssl_grpc.zip' does not contain a binary artifact. downloaded archive of binary target 'grpcpp' from "https://dl.google.com/firebase/ios/bin/grpc/1.65.1/rc1/grpcpp.zip" does not contain a binary artifact.
fatalError 3 Error launching application on itsupport’s iPhone. [/code] [list] [*]Почему эта ошибка возникает именно при отладке? [*]Как решить проблемы зависимостей с двоичными целями Firebase ? [/list]