-
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
Can't run tvOS target for newly generated RN project #14613
Comments
+1
|
+1 |
1 similar comment
+1 |
+1 😢 RNTester in this repo works fine but could not run fresh generated project via CLI.
|
@vrudikov, @speedandfunction-anri, @speedandfunction-helen, @knot123 hi guys. it's confusing as hell but creating and ejecting an app with create-react-native-app resolved this one for me.
lulz 😅 |
@altayaydemir Cool! Thanks for sharing! |
@altayaydemir I tried but same error appears. 'folly/json.h' file not found |
@knot123 @altayaydemir I also get the same error that 'folly/json.h' file not found. |
@ndcollins @knot123 Hi, all. It works for me. Guys, please post your environment specs as I did above |
@vrudikov Identical environment from what I can tell react-native-cli: 2.0.1 |
well, hello again. #14613 (comment) is worked for me once. but doesn't work now 🤔 I guess that is a double lulz 😅situation |
Strange, but yes. Stopped working for me too. What i see is that there some difference between jschelpers and jschelpers-tvOS targets. But can't understand what is that difference. Both projects share the same Target Dependency: third-party(React) |
So here is the difference between working project(right) and failing(left) |
Any news? I'm having the same issue react-native-cli: 2.0.1 |
I created the projet by mistake in /usr/local/Cellar/node/8.1.3/bin/ and it is working. Certainly something to do with permissions. |
@joduss could you provide more information on what you did? I am having the same issue, but my folder is within my user library, so I feel like i shouldn't have any permission issues. |
I tried to remove node, yarn etc nothing changed. Until I did the react-native init in the folder I mentioned above. |
in my case, it
Update: After having successfully built the iPhone app, now I get the same error: Also, I'm building the app from xcode directly |
This issue appears to now be resolved. Now if you run react-native init the project is generated using react-native 0.46.4 in which this issue appears to be fully resolved. |
Can confirm - updated to the lasest version of react-native and I am good to go. |
humm, I just realised that the documented way to start a project (ie. Really annoying... |
Hi there! This issue is being closed because it has been inactive for a while. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. Either way, we're automatically closing issues after a period of inactivity. Please do not take it personally! If you think this issue should definitely remain open, please let us know. The following information is helpful when it comes to determining if the issue should be re-opened:
If you would like to work on a patch to fix the issue, contributions are very welcome! Read through the contribution guide, and feel free to hop into #react-native if you need help planning your contribution. |
Description
Basic iOS target runs successfully
I've created basic RN project with the help of react-native-cli and tried to run tvOS target, but got the following issue:
!!!RNTester application fails for the tvOS target too with the error above
Reproduction Steps
Sample Code
AppleTvSample
Solution
Can't say for sure, because i'm not so familiar with XCode and Objective-C
Additional Information
The text was updated successfully, but these errors were encountered: