I'm integrating Firebase to my Flutter app and setting up for iOS. I keep getting this error when I run the application.
Failed to build iOS app
Error output from Xcode build:
↳
** BUILD FAILED **
Xcode's output:
↳
error: unable to read input file as a property list: The operation couldn’t be
completed. (XCBUtil.PropertyListConversionError error 1.) (in target 'Runner' from
project 'Runner')
note: Using new build system
note: Planning build
note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
I'm not sure what could be causing this...