简体   繁体   English

使用 expo 构建的 React-native ios 应用程序在发布时返回错误 413

[英]React-native ios application build with expo returns error 413 with publish

I have problem with running build react-native application based on expo我在运行基于 expo 的构建 react-native 应用程序时遇到问题

expo build:ios returns expo build:ios返回

Request failed with status code 413
Error: Request failed with status code 413
    at createError (/usr/local/lib/node_modules/expo-cli/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/usr/local/lib/node_modules/expo-cli/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/expo-cli/node_modules/axios/lib/adapters/http.js:237:11)
    at IncomingMessage.emit (events.js:205:15)
    at endReadableNT (_stream_readable.js:1154:12)
    at processTicksAndRejections (internal/process/task_queues.js:84:9)

Thanks a lot for any advice非常感谢您的任何建议

Publishing in installment worked for me.分期出版对我有用。 I published several times in a row adding one more big asset each time.我连续发布了几次,每次都增加了一项大资产。 Not great but worked ...不是很好,但工作...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM