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.

iOS linker warning about duplicate method implementations

See original GitHub issue

I’m seeing this warning from the native linker:

ld: warning: meta method 'UIDatePickerMode:' in category from /Users/nicholashodapp/Library/Developer/Xcode/DerivedData/Remitly-aouvfdqqojlkkyatnrqzidccuurd/Build/Products/Debug-iphonesimulator/RNDateTimePicker/libRNDateTimePicker.a(RNDateTimePickerManager.o) conflicts with same method from another category

I believe this code in react-native-community/datetimepicker is conflicting with this code in react-native.

It’s not clear to me how I can omit including the React Native “Core” DatePicker; if that’s possible then this likely isn’t a real issue.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:19
  • Comments:39 (1 by maintainers)

github_iconTop GitHub Comments

20reactions
jimmihagenTrifectacommented, Nov 15, 2021

this stops Expo EAS builds from working

5reactions
JeremiahULcommented, Jul 23, 2020

@vonovak Please was anything done to resolve this

Read more comments on GitHub >

github_iconTop Results From Across the Web

iOS linker warning about duplicate method implementations
I'm seeing this warning from the native linker: ld: warning: meta method 'UIDatePickerMode:' in category from ...
Read more >
iOS - Linker Error, Duplicate Symbol - Stack Overflow
1. Duplicate symbols means that you have two classes both named 'Builder' in your project, or compile list. · 1. I have Building....
Read more >
ObjC flag causes duplicate symbols with Swift Packages
The -ObjC flag tells the linker that it should pull in all the object files from static libraries, instead of just the ones...
Read more >
compile error: Duplicate symbol - of Richel Bilderbeek
Duplicate symbols occur when you have both added an implementation file (.cpp) to your project and #included it. This way, the implementation file...
Read more >
Build settings reference | Apple Developer Documentation
A detailed list of individual Xcode build settings that control or change the way a target is built.
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