-
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
Cannot read property 'Symbol(Symbol.iterator)' of undefined during react-native-schemes-manager all #15
Comments
Encountering this issue this morning as well, seemingly out of nowhere |
Found my issue. I recently removed |
Yeah, the Debug scheme is definitely required as we copy its configuration all over the place. We should probably have a better error message for this though. |
I tried in quite a few ways to get this to happen on a starter project today and couldn't replicate. @kylealwyn or @richardgillzdev, could either of you do up a repro case so I can fix this properly? |
I had this error and assumed it was trying to iterate through the
You would then have 3 schemes:
|
Does anyone know if this is still happening in v1.0.3? |
@blargity just happened to me with v1.0.4. Although in my case i have an empty "debug" array. |
Thanks @orelmax, next time I'm doing React Native stuff I'll have a look, or if someone wants to make a PR in the meantime that'd be very much appreciated! |
Looks like it's still occurring on the latest version (2.0.0). I can take a closer look and hopefully make a PR to fix it |
I've been trying to use the
react-native-schemes-manager all
with myxcodeSchemes
set toI'm running
node 7.10.0
and using"react-native-schemes-manager": "^1.0.0-beta.8",
but keep getting the errorAny thoughts you have would be appreciated
The text was updated successfully, but these errors were encountered: