Skip to content
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

Make RNTester build and pass again #22468

Closed
wants to merge 1 commit into from

Conversation

TheSavior
Copy link
Member

@TheSavior TheSavior commented Dec 1, 2018

Detox was failing because of build errors due to the new xcode10 build system. These errors were fixed by @RSNara in b7349f9 but this callsite was missed.

Test Plan:

I ran yarn build-ios-e2e && yarn test-ios-e2e.

Before this change I got build errors like:

1) Target 'React-tvOS' (project 'React') has copy command from 'react-native/React/Views/RCTRefreshControlManager.h' to 'react-native/RNTester/build/Build/Products/Release-iphonesimulator/include/React/RCTRefreshControlManager.h'
2) Target 'React' (project 'React') has copy command from 'react-native/React/Views/RCTRefreshControlManager.h' to 'react-native/RNTester/build/Build/Products/Release-iphonesimulator/include/React/RCTRefreshControlManager.h'

screen shot 2018-11-30 at 4 50 13 pm

Changelog:

[General] [Fixed] - RNTester runs and passes again in CI

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Tests This PR adds or edits a test case. labels Dec 1, 2018
@@ -8,7 +8,7 @@
/* eslint-env jasmine */
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved this file because jest requires all files in the __tests__ directory to have tests. I believe this is getting fixed soon but this makes things pass until then.

@pull-bot
Copy link

pull-bot commented Dec 1, 2018

Warnings
⚠️

🔒 package.json - Changes were made to package.json. This will require a manual import by a Facebook employee.

Generated by 🚫 dangerJS

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TheSavior has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@react-native-bot
Copy link
Collaborator

@TheSavior merged commit 3749da1 into facebook:master.

@facebook facebook locked as resolved and limited conversation to collaborators Dec 1, 2018
@react-native-bot react-native-bot added the Merged This PR has been merged. label Dec 1, 2018
rozele pushed a commit to microsoft/react-native-windows that referenced this pull request Jul 18, 2019
Summary:
Detox was failing because of build errors due to the new xcode10 build system. These errors were fixed by RSNara in facebook/react-native@b7349f9 but this callsite was missed.
Pull Request resolved: facebook/react-native#22468

Reviewed By: RSNara

Differential Revision: D13287386

Pulled By: TheSavior

fbshipit-source-id: 8a2df9801c69d851eabe7074ffc12b29c03a636a
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. Tests This PR adds or edits a test case.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants