-
Notifications
You must be signed in to change notification settings - Fork 62
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
fix-script fails if no debug configuration given #37
Comments
The thing about this is you don't actually need React Native Schemes Manager for release schemes as far as I'm aware. I'm happy to accept PRs to fix this, but that's why I haven't gone very deep in supporting this scenario. |
Try remove |
+1, maybe just indicate in README that Debug: [] should be at least added in xcodeSchemes
script can run without "mappings[sourceBuildConfig] is not iterable" error with this config |
Got the same error |
Happened to me as well and the above fix worked. I can submit a PR to make a note in the README if you'd like, I think that would be enough to close this. |
@kevinEsherick that'd be great. |
Steps to reproduce the behavior
Install plugin, but do not enter any Debug entries in package.json
Expected behavior
fix-scripts to run successfully. This can be fixed by passing an empty array into debug.
Actual behavior
The text was updated successfully, but these errors were encountered: