question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

xcodebuild warning in 0.48.3: The file reference for "libReact-tvOS.a" is a member of multiple groups ("Products" and "Products")

See original GitHub issue

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes

Environment

Environment: OS: macOS Sierra 10.12.5 Node: 8.2.1 Yarn: 0.27.5 npm: 5.3.0 Watchman: 4.7.0 Xcode: Xcode 8.3.3 Build version 8E3004b Android Studio: 2.3 AI-162.4069837

Packages: (wanted => installed) react: 16.0.0-alpha.12 => 16.0.0-alpha.12 react-native: 0.48.3 => 0.48.3

Steps to Reproduce

  1. react-native init AwesomeProject
  2. cd AwesomeProject
  3. react-native run-ios --simulator “iPhone 5s”

Expected Behavior

Build without warnings.

Actual Behavior

There is a warning in the very beginning of the build: 2017-09-22 02:36:04.856 xcodebuild[22182:165516] warning: The file reference for "libReact-tvOS.a" is a member of multiple groups ("Products" and "Products"); this indicates a malformed project. Only the membership in one of the groups will be preserved (but membership in targets will be unaffected). If you want a reference to the same file in more than one group, please add another reference to the same path.

I’ve tried upgrading existing project and creating new one. There is no warning when building with react-native 0.47.2.

Reproducible Demo

Just a freshly created react native project. https://github.com/vshab/react-native-0.48-build-warning

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:11
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
jonrhcommented, Oct 4, 2017

I’m seeing this in v0.49.0 as well.

0reactions
douglowdercommented, Jan 17, 2018

@vshab yes you can close this

Read more comments on GitHub >

github_iconTop Results From Across the Web

"file reference member of multiple groups" warning in ...
After upgrading to Xcode 10, I'm getting the following warning when building my project: 2018-09-19 13:29:32.267 xcodebuild[17317:5682171] ...
Read more >
The file reference for "..." is a member of multiple groups
xcodebuild warning : The file reference for "..." is a member of multiple groups ... If you want a reference to the same...
Read more >
Unusual errors in xcodebuild | Apple Developer Forums
I am getting the following errors when running xcodebuild from the command line: xcodebuild[22187:279813] Requested but did not find extension point with ...
Read more >
Flutter iOS app won't build after adding Google Maps ...
I've added google_maps_flutter: ^0.5.30 on my app, but I didn't encounter any issues running the app on iOS. I suggest running a flutter ......
Read more >
Solved: New Quizzes- Question groups - Canvas Community
Solved: How do I make question groups in New quizzes? All of the walk throughs I'm finding are explaining how to do it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found