我的构建被应用程序商店拒绝,后者说它在启动时崩溃。该应用程序在博览会上运行良好,因此我尝试了一个模拟器构建,但此输出失败:
Checking if there is a build in progress...
Publishing to channel 'default'...
Warning: This project contains unoptimized assets. Please run `expo optimize` in your project directory.
Building iOS bundle
Building Android bundle
Analyzing assets
Uploading assets
No assets to upload, skipped.
Processing asset bundle patterns:
- /Users/TuzMacbookPro2017/Development/QMG-local/APPS/ELECTRO/**/*
Cannot read property 'forEach' of undefined
TypeError: Cannot read property 'forEach' of undefined
at _configureExpForAssets (/@expo/xdl@55.0.13/src/Project.js:1037:26)
我不知道这意味着什么,有人可以帮忙吗?实际的ios构建成功。