-
Notifications
You must be signed in to change notification settings - Fork 641
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
Problem running react-native run-ios #178
Comments
Hi @osolano thanks for reporting this issue. I've just build a fresh clone of pepperoni without issues. I've used the following steps:
Could you specify your environment setup? |
Sure, I'm on
|
I also just tried update react-native-cli and still have the same error.
|
Your problem might be related to ES2015 |
Closing this now due to inactivity. Can reopen if the issue still occurs. |
Adding this line to the top of import 'es6-symbol/implement'; |
IIRC iOS < 9.0 does not implement Symbol in their JSC engine. Since #192 was merged, we are using a patched version of Please re-open if this is not the case. |
Hello,
I've just tried a fresh clone of the project and followed the getting started instructions but am getting blocked by this error
Can't find variable Symbol
Tapping the first cell on this screenshot points to this area
var isEffectSymbol = Symbol('isEffect');
I performed the steps exactly as mentioned on Readme
The text was updated successfully, but these errors were encountered: