-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Invalid regular expression: Quantifier has nothing to repeat Error on Xcode 12.5 #3371
Comments
Same thing here Works nice with simulator but not with device |
Can you send us more info about the error? |
@diegolmello my branch is Just try to run Looks like it tries to build main.jsbundle seeing that we run it on devce while it has to use metro server |
the same as @stephenkopylov, on single-server branch running on debug, while release works correctly |
I found a little bit "hacky" solution Run |
It's the same also with XCode 12.4 ... as soon as I want to run it in XCode on a physical device in debug mode I'm getting this error. |
It's related to Hermes, apparently facebook/hermes#46
|
I was able to fix this issue by using node v15.12.0 |
Thanks you!. Someone fix this issue ? |
Seems inconsistent, maybe it's lack of ios dev experience, but sometimes Xcode builds it no problem others it fusses. When it does complain I just disable Hermes and it works. |
Description:
Cannot compile on Xcode, this error shows up on main.jsbundle, just downloaded and tried to use.
Invalid regular expression: Quantifier has nothing to repeat
Environment Information:
Steps to reproduce:
1.Try to compile using Xcode, no error showing up on terminal
Expected behavior:
Start rocket chat
Actual behavior:
Invalid regular expression: Quantifier has nothing to repeat on main.jsbundle
Additional context:
The text was updated successfully, but these errors were encountered: