gpt4 book ai didi

ios - react native - 在构建发布时将 --max_old_space_size 添加到 iOS 项目

转载 作者:太空宇宙 更新时间:2023-11-03 23:17:27 26 4
gpt4 key购买 nike

我可以在 Android 中添加 --max_old_space_size 以在 React Native 中进行发布构建。但是,我无法将其添加到 iOS 构建版本中。我找到了答案,但它不起作用。

React Native build fails with "FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory"

这里有一些有用的链接:

React Native ios build : Can't find node

如果您有任何建议,请告诉我。我很乐意听取你们的意见。

提前谢谢您!

最佳答案

答案在此链接中:

Javascript out of memory heap

更改:

shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";

致:

shellScript = "export NODE_BINARY='node --max_old_space_size=8192'\n../node_modules/react-native/scripts/react-native-xcode.sh";

在:

ios/YourProjectName.xcodeproj/project.pbxproj

请耐心等待,因为该项目在构建发布时花费了大量时间。超过10分钟。

关于ios - react native - 在构建发布时将 --max_old_space_size 添加到 iOS 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53630185/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com