-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[0.56.0] tvOS - 'cxxreact/ReactMarker.h' file not found #20087
Comments
I got the same thing when upgraded to 0.56.0 on a tvOS app. I downgraded to 0.55.4 and it resolved it for now. |
I am running into the same issue. I run react-native 0.56 for some time without any issue and haven't changed anything after the last time I had the app run on my iPhone. What the hack is going on, is xcode or react-native changing my stuff on its own??? |
oh btw, I do not run iOS-tv, just iOS. |
As 0.56.0, I can't compile even a freshly created project for tvOS as well (using XCode Version 9.4.1 (9F2000)). To make it work, I manually added necessary headers and sources to React project as a temporary fix. Here are some detailed instructions for people who are not familiar with iOS development or XCode: First, you should be getting an error as "'cxxreact/ReactMarker.h' file not found". To fix this
Project should compile and run now. |
The whole community contributes to react-native, and when something is fixed in one place, something becomes broken somewhere else. Is there any way to prevent those? |
Environment
Description
I get error
'cxxreact/ReactMarker.h' file not found
while running tvOSStep 1: Switch schema to tvOS
Step 2: Run
Reproducible Demo
https://github.com/anhtuank7c/tvOS
The text was updated successfully, but these errors were encountered: