Я могу отлично выполнить свой код на Android, но у меня проблемы с iOS. Я настроил Info.plist, как показано в pub.dev. Я перепробовал все, что нашел в Google. Я уже исправил Flutter для Xcode 11.4, как показано на сайте Flutter. Но ничего ... Ошибка продолжает поступать. Может кто-нибудь помочь?
Это ошибка:
Running pod install... 1,5s
Running Xcode build...
├─Building Dart code... 66,5s
├─Generating dSYM file... 0,4s
├─Stripping debug symbols... 0,1s
├─Assembling Flutter resources... 3,2s
└─Compiling, linking and signing... 14,7s
Xcode build done. 90,4s
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
Building AOT snapshot in release mode (ios-release)...
Building App.framework for arm64...
Building App.framework for armv7...
Building AOT snapshot in release mode (ios-release)... 64,2s
Built to build/aot/.
warning: parsing line table prologue at offset 0x6f697463 found unsupported version 0x00
warning: line table parameters mismatch. Cannot emit.
note: while processing /Users/.../AndroidStudioProjects/project-name/build/aot/armv7/snapshot_assembly.o
Project /Users/.../AndroidStudioProjects/project-name built and packaged successfully.
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
/Users/.../AndroidStudioProjects/project-name/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module 'camera' not found
@import camera;
~~~~~~~^~~~~~
1 error generated.
Encountered error while building for device.
Obs,: ошибка происходит в AndroidStudio и Xcode Run, как на реальном устройстве, так и на симуляторе.
Спасибо !!!