-
Notifications
You must be signed in to change notification settings - Fork 74
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
SyntaxError: Expected "\"", "\\'", "\\\"", "\\n", or [^\\"] but "\\" found. #327
Comments
If you have expo 49, have a look at the script expo-configure Or if you have sentry, look at the script (fix can be found in issue on this repo) |
thanks for helping @batical
the only match with
but i don't see any in the content
maybe this line is wrong in
|
yes the line in the project.pbxproj file was the culprit for me don't have access to my code right now but i had to change it |
Did you resolve it? @alainib |
There are two approaches to temporary solve this issue:
For now I use the second approach. |
That did not work for me because my |
change
to
|
Related issue NativeScript/pbxproj-dom#9 |
Changing |
I created a patch using the changes from this PR in the following way:
|
hello
i'm getting this error now. i'm note sur from where it come and absolutly not how to fix it.
i'm running
yarn version --new-version 0.2.8-0 --message chore(release): v%s
my package version are
"react-native": "0.72.4",
"react-native-version": "4.0.0",
i was working good with lower version of react native, i'm using macos so no problem of slash or antislash like with windows in path.
any tips are more than welcomed thanks
The text was updated successfully, but these errors were encountered: