Xcode 13.3 Pod安装删除了飘扬模块的路径

发布于 2025-01-30 17:32:10 字数 528 浏览 3 评论 0原文

我们将Flutter用作嵌入项目中的模块,我们遇到了一些问题。 当升级到Xcode 13.3时,我们会遇到一个问题:

在iOS项目中运行POD安装将删除像这样的颤音模块的路径:

丢弃这些线路时,项目运行且一切都很好,但是当包括这些更改时,我会崩溃:

dyld:library未加载: @rpath/app.framework/app 从:/private/var/containers/bundle/application/somerandomgeneratednumber/myapp.app.app/myapp中引用 原因:未找到图像的

问题是: 颤动模块配置是否有更改,因此POD安装删除了飘浮模块的路径?它如何连接到Xcode13.3并有解决方案?

we are using Flutter as a Module embedded in our project, and we have some problems.
When upgraded to xcode 13.3 , we run into an issue :

Running pod install in the iOS project removes the path to the flutter module like this:
enter image description here

When discarding these lines the project runs and all good, but when including those changes i get a crash:

dyld: Library not loaded: @rpath/App.framework/App
Referenced from: /private/var/containers/Bundle/Application/SomeRandomGeneratedNumber/MyApp.app/MyApp
Reason: image not found

The question is :
Was there a change for the flutter module configuration so the pod install removes the path to the flutter module? how is it connected to xcode13.3 and is there a solution?

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

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

发布评论

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

评论(1

娇柔作态 2025-02-06 17:32:10

找到了解决方法:

使用自制而不是宝石安装可可录。

请参阅此处的连续性:

Found a workaround :

Install Cocoapods using HomeBrew and not Gem.

See continuation here :

Install Cocoapods : Brew vs Regular installation

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