“帧间隔”在 iOS 10.0 中已弃用:preferredFramesPerSecond

发布于 2025-01-17 01:19:47 字数 377 浏览 3 评论 0原文

我有一个 flutter 应用程序,几周前我将 Xcode 版本更新到 13.3,现在在 xcode 中创建存档时运行 flutter 应用程序时遇到问题。

错误:“frameInterval”在 iOS 10.0 中已弃用:preferredFramesPerSecond 分段错误:11(在项目“Pods”的目标“DKImagePickerController”中)

任何人都可以帮助我,如何解决此问题?

输入图片此处描述

提前致谢。

I have a flutter app, a couple of weeks back I updated my Xcode version to 13.3 and now I'm facing an issue with my running flutter app while creating an Archive in xcode.

Error: 'frameInterval' was deprecated in iOS 10.0: preferredFramesPerSecond
Segmentation fault: 11 (in target 'DKImagePickerController' from project 'Pods')

Can anyone help me,how to fix this issue?

enter image description here

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪花飘飘的天空 2025-01-24 01:19:47

您可以删除 Pod 文件 使用此命令行语法,

rm ios/Podfile && flutter build ios  

然后您可以获得所有 Xcode 或 swift 支持的 pod 文件的依赖项。

You can delete you Pod file Using this command line syntax

rm ios/Podfile && flutter build ios  

then you can get all you Xcode or swift supported pod file of dependency.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文