我正在将 Firebase 集成到我的 Flutter 应用程序并为 iOS 进行设置。运行应用程序时,我不断收到此错误。
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.
Run Code Online (Sandbox Code Playgroud)
我不确定是什么原因造成的...
我正在尝试在 iOS 上构建 Flutter,但遇到了此类错误,在少数包上,我被告知“项目‘Pods’的目标‘包’中不允许操作”。
这些软件包是:
path_provider-1.6.28
flutter_local_notifications-4.0.1+2
open_file-3.0.3
我尝试删除该项目并再次克隆它并运行,pod install但它不起作用。我还已经拥有应用程序项目文件夹的读写权限。
我无法强制对我的包进行任何更新,因为它们将包含对我的代码的重大更改。
有谁知道如何解决这个问题?