iOS Build Failure After Adding device_info_plus: ^9.1.1 Dependency
After adding the device_info_plus: ^9.1.1 dependency to my Flutter project, I encountered an error while attempting to build the iOS app. The build fails with the following error in Xcode.
Failed to build iOS app
Error (Xcode): ../../.pub-cache/hosted/pub.dev/win32-4.1.4/lib/src/guid.dart:31:9: Error: Type ‘UnmodifiableUint8ListView’ not found.
Flutter IOS Build: PhaseScriptExecution Thin Binary Build Command Failing
I have a flutter app that I’m porting to ios. After running flutter build ios -v
, the process succesfully sets up, installs dependencies, and compiles, but something goes wrong during the build phases.