博览会构建(IOS和android)和博览会发布错误

时间:2019-07-25 18:56:01

标签: android react-native expo

我一直在尝试构建上个月使用的应用程序,但是当我使用以下命令时,它并不想运行:

expo build:android 博览馆版本:ios 博览会发布 但是我的应用程序可以在实际的android和IOS设备上以开发模式正常运行

三星银河S8 iPhone 9s

没有错误或任何东西。

expo build:android
Checking if there is a build in progress...

Request failed with status code 500
Error: Request failed with status code 500
    at createError (C:\Users\FiercePC\AppData\Roaming\npm\node_modules\expo-cli\node_modules\axios\lib\core\createError.js:16:15)
    at settle (C:\Users\FiercePC\AppData\Roaming\npm\node_modules\expo-cli\node_modules\axios\lib\core\settle.js:17:12)
    at IncomingMessage.handleStreamEnd (C:\Users\FiercePC\AppData\Roaming\npm\node_modules\expo-cli\node_modules\axios\lib\adapters\http.js:237:11)
    at IncomingMessage.emit (events.js:187:15)
    at IncomingMessage.EventEmitter.emit (domain.js:442:20)
    at endReadableNT (_stream_readable.js:1094:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)

2 个答案:

答案 0 :(得分:1)

从您的"owner"文件中删除app.json字段。

Full credit goes to OP,我只是认为这应该作为答案发布,因为在评论部分很容易错过。

答案 1 :(得分:1)

就我而言,我刚刚更改了bundlerIdentifier
从这里
“ bundlerIdentifier”:“ com.example.app.appName”
对此
“ bundlerIdentifier”:“ com.example-app.appName”
对我有用。