aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
305 stars 96 forks source link

Lumberjack conflicting #74

Open faogustavo opened 6 years ago

faogustavo commented 6 years ago

Hey man, I am trying to integrate the lib on my app but the lumberjack is conflicting with react-native-background-geolocation library. I did some studies before and it worked really fine but now on the real project its not working. Can you give me some help?

Error Message:

duplicate symbol _OBJC_IVAR_$_DDMultiFormatter._formatters in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDMultiFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDMultiFormatter.o)
duplicate symbol _OBJC_CLASS_$_DDMultiFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDMultiFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDMultiFormatter.o)
duplicate symbol _OBJC_METACLASS_$_DDMultiFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDMultiFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDMultiFormatter.o)
duplicate symbol _OBJC_IVAR_$_DDMultiFormatter._queue in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDMultiFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDMultiFormatter.o)
duplicate symbol _OBJC_CLASS_$_DDLoggingContextSet in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDContextFilterLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDContextFilterLogFormatter.o)
duplicate symbol _OBJC_METACLASS_$_DDLoggingContextSet in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDContextFilterLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDContextFilterLogFormatter.o)
duplicate symbol _OBJC_CLASS_$_DDContextBlacklistFilterLogFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDContextFilterLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDContextFilterLogFormatter.o)
duplicate symbol _OBJC_METACLASS_$_DDContextBlacklistFilterLogFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDContextFilterLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDContextFilterLogFormatter.o)
duplicate symbol _OBJC_CLASS_$_DDContextWhitelistFilterLogFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDContextFilterLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDContextFilterLogFormatter.o)
duplicate symbol _OBJC_METACLASS_$_DDContextWhitelistFilterLogFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDContextFilterLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDContextFilterLogFormatter.o)
duplicate symbol _OBJC_CLASS_$_DDASLLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDASLLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDASLLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDASLLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDASLLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDASLLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fgCodeIndex in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bgCodeIndex in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fgCodeRaw in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bgCodeRaw in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.context in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_CLASS_$_DDTTYLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDTTYLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fg_r in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bg_r in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.resetCodeLen in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fgCodeLen in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bgCodeLen in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.mask in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fg_g in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bg_g in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_CLASS_$_DDTTYLoggerColorProfile in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDTTYLoggerColorProfile in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.resetCode in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fgCode in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bgCode in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.fg_b in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDTTYLoggerColorProfile.bg_b in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDTTYLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDTTYLogger.o)
duplicate symbol _OBJC_IVAR_$_DDLogFileManagerDefault._logsDirectory in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_CLASS_$_DDLogFileFormatterDefault in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDLogFileFormatterDefault in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_CLASS_$_DDLogFileManagerDefault in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDLogFileManagerDefault in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_CLASS_$_DDFileLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDFileLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_IVAR_$_DDFileLogger.logFileManager in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_CLASS_$_DDLogFileInfo in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDLogFileInfo in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_IVAR_$_DDLogFileInfo.filePath in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _doesAppRunInBackground in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDFileLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDFileLogger.o)
duplicate symbol _OBJC_CLASS_$_DDAbstractLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_METACLASS_$_DDAbstractLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _DDExtractFileNameWithoutExtension in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_CLASS_$_DDLog in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_METACLASS_$_DDLog in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_CLASS_$_DDLogMessage in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_METACLASS_$_DDLogMessage in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_CLASS_$_DDLoggerNode in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_METACLASS_$_DDLoggerNode in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDLog.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDLog.o)
duplicate symbol _OBJC_CLASS_$_DDAbstractDatabaseLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDAbstractDatabaseLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDAbstractDatabaseLogger.o)
duplicate symbol _OBJC_METACLASS_$_DDAbstractDatabaseLogger in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDAbstractDatabaseLogger.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDAbstractDatabaseLogger.o)
duplicate symbol _OBJC_IVAR_$_DDDispatchQueueLogFormatter._replacements in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDDispatchQueueLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDDispatchQueueLogFormatter.o)
duplicate symbol _OBJC_CLASS_$_DDDispatchQueueLogFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDDispatchQueueLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDDispatchQueueLogFormatter.o)
duplicate symbol _OBJC_METACLASS_$_DDDispatchQueueLogFormatter in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDDispatchQueueLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDDispatchQueueLogFormatter.o)
duplicate symbol _OBJC_IVAR_$_DDDispatchQueueLogFormatter._maxQueueLength in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDDispatchQueueLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDDispatchQueueLogFormatter.o)
duplicate symbol _OBJC_IVAR_$_DDDispatchQueueLogFormatter._minQueueLength in:
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libRNXMPP.a(DDDispatchQueueLogFormatter.o)
    /Users/syntesismobile/Library/Developer/Xcode/DerivedData/SynsuiteReact-fbyihysvdkkelicgayundocotvgr/Build/Products/Debug-iphonesimulator/libCocoaLumberjack.a(DDDispatchQueueLogFormatter.o)
ld: 62 duplicate symbols for architecture x86_64
aksonov commented 6 years ago

To avoid that I migrated to cocoapods, please check 1.0.0-beta.2 from npm. It has different instructions (just use cocoapods) than 0.x version

aksonov commented 6 years ago

However it has some hard-coding SSL logic for 5223 (we are using that in the production), be careful, if you are using SSL.

faogustavo commented 6 years ago

Thaks, I'll take a look asap.