我一直在尝试构建上个月使用的应用程序,但是当我使用以下命令时,它并不想运行:
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)
答案 0 :(得分:1)
从您的"owner"
文件中删除app.json
字段。
Full credit goes to OP,我只是认为这应该作为答案发布,因为在评论部分很容易错过。
答案 1 :(得分:1)
就我而言,我刚刚更改了bundlerIdentifier
从这里
“ bundlerIdentifier”:“ com.example.app.appName”
对此
“ bundlerIdentifier”:“ com.example-app.appName”
对我有用。