-
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
Link React library to Tests target #7918
Conversation
By analyzing the blame information on this pull request, we identified @alexeylang and @frantic to be potential reviewers. |
@@ -20,6 +20,7 @@ | |||
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; | |||
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; | |||
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; | |||
140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason why this line is there twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janicduplessis If a file is in more than one target, it will have more than one PBXBuildFile in the build files section - the file reference will still be the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, the first id is different.
@facebook-github-bot shipit |
Thanks for importing. If you are an FB employee go to Phabricator to review. |
0f35f7c
Summary: Fixes facebook#2685 Closes facebook#7918 Differential Revision: D3389814 fbshipit-source-id: d5054dae386d66e8055c883581f142ec24e60e18
Summary: Fixes facebook#2685 Closes facebook#7918 Differential Revision: D3389814 fbshipit-source-id: d5054dae386d66e8055c883581f142ec24e60e18
Summary: Fixes facebook/react-native#2685 Closes facebook/react-native#7918 Differential Revision: D3389814 fbshipit-source-id: d5054dae386d66e8055c883581f142ec24e60e18
Fixes #2685