iOS linker warning about duplicate method implementations
See original GitHub issueI’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:
- Created 3 years ago
- Reactions:19
- Comments:39 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
this stops Expo EAS builds from working
@vonovak Please was anything done to resolve this