在编译我的react-native项目时,由于我正在使用react-native-navigation,我有2个警告:
▸ Linking Companion
⚠️ ld: meta method 'UIBarButtonSystemItem:' in category from /Users/zedtux/Developments/companion/ios/build/Build/Products/Debug-iphonesimulator/libReactNativeNavigation.a(RCTConvert+UIBarButtonSystemItem.o) conflicts with same method from another category
⚠️ ld: meta method 'UIModalPresentationStyle:' in category from /Users/zedtux/Developments/companion/ios/build/Build/Products/Debug-iphonesimulator/libReactNativeNavigation.a(RCCManagerModule.o) conflicts with same method from another category
我如何解决这两个问题?