I am using the following command to generate an iOS build in a CI environment:
react-native run-ios --configuration Release --no-packager
The problem is, this will launch the simulator. I am trying to avoid that as it is a CI machine. Is there a way to generate a build without launching the simulator?