在模拟器中运行的空扑面项目需要2个小时

发布于 2025-01-24 05:10:35 字数 427 浏览 0 评论 0原文

当我在Xcode中检查时,我可以看到捆绑过程为8000+

“这是详细信息”

添加了几个库,但项目中没有使用。

main.d tar是预先创建的,也没有任何改变。

When I checked in Xcode i can see that the bundle process is 8000+

Here is the details

added few libraries but nothing been used in project.

main.dart is pre created one and nothing changed in that too.

Added Libraries

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

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

发布评论

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

评论(1

暖阳 2025-01-31 05:10:35

尤其是Firebase库带有许多对建筑时间影响很大的代码。
您可以尝试使用预编译的库来加快建筑时间。

...
target 'Runner' do
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '6.34.0'
...
end

在此处查看完整文章: https://medium.com/firebase-developers/divide-5-the-by-5-the-build-the-build time-firestore-firestore-firestore-app-with-with-a-single -lin-line-35041ccf38f2

Exspecially the firebase libraries come with a lot of code that have a big impact on the building time.
You can try to use pre compiled libraries to speed up building time.

...
target 'Runner' do
pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '6.34.0'
...
end

Have a look at the full article here: https://medium.com/firebase-developers/divide-by-5-the-build-time-of-your-firestore-app-with-a-single-line-35041ccf38f2

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