Xcode 16 and iOS 18 project not compiling
I updated Xcode and MacOS recently and haven’t been able to compile my Flutter app on iOS devices/simulators since then. The error keeps changing every time I run it but here’s one of the output in the terminal after running flutter run
:
Swift Compiler Error (Xcode): Cannot find ‘GeneratedPluginRegistrant’ in scope
I am not familiar with flutter but I am trying to deploy a flutter project. I initially got error from the awesome_notifications so I updated some packages in the pubspec.yaml file and now got an error that states
ios device not run in flutter project
Could not build the precompiled application for the device.
Flutter Xcode 15 BIG Problem – ‘Flutter/Flutter.h’ file not found & SDK does not contain ‘libarclite’ at the path
Everything started with the message ‘You can not install with Current Xcode’ while validating and distributing the app from Xcode.