-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rubber will occasionally hang on close compiling android #20
Comments
Good find, though on Windows, if you monitor the background processes, you will see that the |
So can you use Rubber to build iOS and Android exports? I understood it was only for Windows. If so how do you specify the export? |
If you look at |
The above solution worked on my local machine but not my build servers Here's a different workaround I came up with. It's definitely hacky, but it's sufficient for my use case
|
rubber.ts line 544 : igor.on('close', async(code) => {
changing this to exit solves the problem.
The text was updated successfully, but these errors were encountered: