小编Ric*_*ick的帖子

错误:无法将输入文件作为属性列表读取:操作无法完成。(XCBUtil.PropertyListConversionError 错误 1。)

我正在将 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 firebase flutter

4
推荐指数
2
解决办法
3289
查看次数

不允许操作(在项目“Pods”的目标“path_provider”中)

我正在尝试在 iOS 上构建 Flutter,但遇到了此类错误,在少数包上,我被告知“项目‘Pods’的目标‘包’中不允许操作”。

这些软件包是:

path_provider-1.6.28

flutter_local_notifications-4.0.1+2

open_file-3.0.3

我尝试删除该项目并再次克隆它并运行,pod install但它不起作用。我还已经拥有应用程序项目文件夹的读写权限。

我无法强制对我的包进行任何更新,因为它们将包含对我的代码的重大更改。

有谁知道如何解决这个问题?

ios cocoapods flutter podfile xcode12

0
推荐指数
1
解决办法
2366
查看次数

标签 统计

flutter ×2

ios ×2

cocoapods ×1

firebase ×1

podfile ×1

xcode12 ×1