build failing repeatedly for iOS simulator

Hi, y’all. Today I’ve been trying to build a project for the XCode iOS simulator, but the builds keep failing. They’ve failed 5 times in a row, each time with the same messages in the logs. It gets to the “Configuring NSBundle” section, and then throws:

Modifying NSBundle configuration at /private/tmp/turtle/829e007c-1153-4729-b303-54a685528eb5/archive/Release/ExpoKitApp.app...
Cleaning up iOS...
Error: /bin/rm exited with non-zero code: 1
    at ChildProcess.completionListener (/usr/local/turtle-js/node_modules/@expo/spawn-async/build/spawnAsync.js:51:23)
    at Object.onceWrapper (events.js:317:30)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:915:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:209:5)
    ...

Am I doing something wrong, or is there something wrong with the build server(s)? Thanks for any help.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.