React-native-branch-deep-linking-attribution: iOS: Can't Install 2.0.0-beta.1

Created on 10 Apr 2017  路  12Comments  路  Source: BranchMetrics/react-native-branch-deep-linking-attribution

I've tried uninstalling the plugin from the project manually and tried react-native unlink react-native-branch but no matter how many times I try reinstalling, I always run into this in XCode when building:

Debug-iphoneos/libreact-native-branch.a(BranchOpenRequest.o)
duplicate symbol _OBJC_IVAR_$_BranchOpenRequest._callback in:
    /Users/dwilt/Library/Developer/Xcode/DerivedData/GreatJonesStreet-cbfoopnymfwsyfeatxgoffjrbqaf/Build/Products/Debug-iphoneos/Branch/libBranch.a(BranchOpenRequest.o)
    /Users/dwilt/Library/Developer/Xcode/DerivedData/GreatJonesStreet-cbfoopnymfwsyfeatxgoffjrbqaf/Build/Products/Debug-iphoneos/libreact-native-branch.a(BranchOpenRequest.o)
ld: 494 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm trying to follow the simple instructions

Most helpful comment

I have the same issue.
tryed to remove Branch SDK from podFile and run pod install
but after adding back following lines to podFIle
pod 'react-native-branch', path: '../node_modules/react-native-branch' pod 'Branch-SDK', path: '../node_modules/react-native-branch/ios'
and executing pod install again, received following error:

duplicate symbol _OBJC_IVAR_$_BNCContentDiscoveryManager._spotlight in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_CLASS_$_BNCContentDiscoveryManager in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_METACLASS_$_BNCContentDiscoveryManager in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_IVAR_$_BNCContentDiscoveryManager._workQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_CLASS_$_BranchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_METACLASS_$_BranchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._branchViewAction in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._webUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._webHtml in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._numOfUse in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._branchViewID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._shareText in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareActivityItem._parent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._universalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._shareObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._serverParameters in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._activityItems in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._linkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_CLASS_$_BranchShareActivityItem in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_METACLASS_$_BranchShareActivityItem in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_CLASS_$_BranchShareLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_METACLASS_$_BranchShareLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._delegate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._activityType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareActivityItem._itemType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._title in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._shareURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._country in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._browserUserAgent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._screenHeight in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkInterface._address in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._localIPAddress in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_CLASS_$_BNCDeviceInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_METACLASS_$_BNCDeviceInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._osVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._applicationVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._branchSDKVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._screenWidth in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkInterface._addressType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._extensionType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._hardwareIdType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._osName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._modelName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkInterface._interfaceName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._brandName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._screenScale in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._language in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_CLASS_$_BNCNetworkInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_METACLASS_$_BNCNetworkInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._isAdTrackingEnabled in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._vendorId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._hardwareId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._isRealHardwareId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._adId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._controlParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_CLASS_$_BranchLinkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_METACLASS_$_BranchLinkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._matchDuration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchContentPathProperties._isClearText in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_CLASS_$_BranchContentPathProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_METACLASS_$_BranchContentPathProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_IVAR_$_BranchContentPathProperties._pathInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_IVAR_$_BNCKeyValue._key in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_CLASS_$_BNCEncodingUtils in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_METACLASS_$_BNCEncodingUtils in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_IVAR_$_BNCKeyValue._value in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_CLASS_$_BNCKeyValue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_METACLASS_$_BNCKeyValue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._duration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._ignoreUAString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._type in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._data in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_CLASS_$_BNCLinkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_METACLASS_$_BNCLinkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_CLASS_$_BNCSystemObserver in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSystemObserver.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSystemObserver.o) duplicate symbol _OBJC_METACLASS_$_BNCSystemObserver in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSystemObserver.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSystemObserver.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_CLASS_$_BranchActivityItemProvider in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_METACLASS_$_BranchActivityItemProvider in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._userAgentString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._delegate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BNCDeepLinkViewControllerInstance._viewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_IVAR_$_BNCDeepLinkViewControllerInstance._option in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_CLASS_$_BNCDeepLinkViewControllerInstance in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_METACLASS_$_BNCDeepLinkViewControllerInstance in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_IVAR_$_BNCLinkCache._cache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkCache.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkCache.o) duplicate symbol _OBJC_CLASS_$_BNCLinkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkCache.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkCache.o) duplicate symbol _OBJC_METACLASS_$_BNCLinkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkCache.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkCache.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._contentManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_CLASS_$_BranchContentDiscoverer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_METACLASS_$_BranchContentDiscoverer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._contentDiscoveryTimer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._lastViewControllerName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._numOfViewsDiscovered in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchViewHandler._pendingWebview in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_IVAR_$_BranchViewHandler._pendingBranchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_CLASS_$_BranchViewHandler in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_METACLASS_$_BranchViewHandler in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_IVAR_$_BranchViewHandler._branchViewCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._quantity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressCity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressCountry in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productCategory in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._currency in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._locallyIndex in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._publiclyIndex in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._ratingMax in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._sku in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._ratingCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productVariant in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressStreet in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_CLASS_$_BranchUniversalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_METACLASS_$_BranchUniversalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._imageCaptions in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._keywords in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._spotlightIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._canonicalIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._contentDescription in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._condition in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressRegion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._canonicalUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._imageUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._expirationDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._creationDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._title in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._ratingAverage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._latitude in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._longitude in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressPostalCode in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._price in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productBrand in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._contentMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_CLASS_$_BranchContentMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_METACLASS_$_BranchContentMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._customMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._contentSchema in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._primaryWindow in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._matchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_CLASS_$_BNCMatchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCMatchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._shouldDelayInstallRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._requestInProgress in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_CLASS_$_BNCStrongMatchHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCStrongMatchHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._matchViewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_CLASS_$_BNCMatchViewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCMatchViewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._quantity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._category in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BranchCommerceEventRequest._commerceDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._currency in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._tax in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._sku in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_CLASS_$_BranchCommerceEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_METACLASS_$_BranchCommerceEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_CLASS_$_BNCCommerceEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_METACLASS_$_BNCCommerceEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._variant in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_CLASS_$_BNCProduct in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_METACLASS_$_BNCProduct in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._products in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._coupon in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BranchCommerceEventRequest._completion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._affiliation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._shipping in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._revenue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._name in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._price in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._brand in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BranchCommerceEventRequest._metadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._transactionID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._userIdentity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _BNCURLForBranchDirectory in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._creditsDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._instrumentationDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._requestMetadataDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._lastRunBranchKey in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._installRequestDelay in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._timeout in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._retryCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._shouldWaitForInit in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._persistenceDict in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._sessionParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._installParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._appleSearchAdDetails in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._checkedFacebookAppLinks in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_CLASS_$_BNCPreferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCPreferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._spotlightIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._linkClickIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._checkedAppleSearchAdAttribution in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._appVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._lastSystemBuildVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._userUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._universalLinkUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._retryInterval in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _BNCCreateDirectoryForBranchURLWithPath in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._isDebug in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._browserUserAgentString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._persistPrefsQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._lastStrongMatchDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._savedAnalyticsData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._referringURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._branchAPIURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._externalIntentURI in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._identityID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._deviceFingerprintID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._sessionID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_CLASS_$_BranchContentDiscoveryManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_METACLASS_$_BranchContentDiscoveryManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._cdManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._contentPaths in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._manifestVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._maxTextLen in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._referredLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._maxViewHistoryLength in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._maxPktSize in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._isCDEnabled in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_Branch._FBSDKAppLinkUtility in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._whiteListedSchemeList in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCCanonicalIdList in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._asyncRequestCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._networkCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCRegisterViewEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCAddToWishlistEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCAddToCartEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCShareCompletedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCPurchaseInitiatedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCShareInitiatedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCPurchasedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_BranchLink._universalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._deepLinkControllers in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._deepLinkDebugParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_BranchLink._linkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._delayForAppleAds in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._preferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._deepLinkPresentingController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._contentDiscoveryManager in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._shouldAutomaticallyDeepLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_CLASS_$_BranchLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_METACLASS_$_BranchLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._shouldCallSessionInitCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._sessionInitWithBranchUniversalObjectCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._sessionInitWithParamsCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_CLASS_$_Branch in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_METACLASS_$_Branch in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BranchClassInitializeLog in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._useCookieBasedMatching in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._requestQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._delegate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCSpotlightFeature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._linkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._searchAdsDebugMode in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._serverInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._isInitialized in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._processing_sema in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._accountForFacebookSDK in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BRANCH_FEATURE_TAG_SHARE in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_CLASS_$_BNCFabricAnswers in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCFabricAnswers.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCFabricAnswers.o) duplicate symbol _OBJC_METACLASS_$_BNCFabricAnswers in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCFabricAnswers.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCFabricAnswers.o) duplicate symbol _OBJC_IVAR_$_BNCCrashlyticsWrapper._crashlytics in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCrashlyticsWrapper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCrashlyticsWrapper.o) duplicate symbol _OBJC_CLASS_$_BNCCrashlyticsWrapper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCrashlyticsWrapper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCrashlyticsWrapper.o) duplicate symbol _OBJC_METACLASS_$_BNCCrashlyticsWrapper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCrashlyticsWrapper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCrashlyticsWrapper.o) duplicate symbol _OBJC_IVAR_$_BNCLocalization._currentLanguageDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_CLASS_$_BNCLocalization in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_METACLASS_$_BNCLocalization in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _BNCLocalizedFormattedString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_IVAR_$_BNCLocalization._currentLanguage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._request in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._pinnedPublicKeys in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._maximumConcurrentOperations in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._error in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._userInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._userInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_CLASS_$_BNCNetworkOperation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_METACLASS_$_BNCNetworkOperation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._session in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._defaultTimeoutInterval in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._sessionTask in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._completionBlock in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._sessionQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._timeoutDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._startDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._response in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._networkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_CLASS_$_BNCNetworkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_METACLASS_$_BNCNetworkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._responseData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCServerInterface._requestEndpoint in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_IVAR_$_BNCServerInterface._preferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_IVAR_$_BNCServerInterface._networkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_CLASS_$_BNCServerInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_METACLASS_$_BNCServerInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_CLASS_$_BNCServerRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequest.o) duplicate symbol _OBJC_METACLASS_$_BNCServerRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequest.o) duplicate symbol _OBJC_IVAR_$_BNCServerRequestQueue._persistTimer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_IVAR_$_BNCServerRequestQueue._queue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_CLASS_$_BNCServerRequestQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_METACLASS_$_BNCServerRequestQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_IVAR_$_BNCServerRequestQueue._asyncQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_CLASS_$_BNCServerResponse in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_METACLASS_$_BNCServerResponse in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_IVAR_$_BNCServerResponse._statusCode in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_IVAR_$_BNCServerResponse._data in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_CLASS_$_BranchCloseRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCloseRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCloseRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchCloseRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCloseRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCloseRequest.o) duplicate symbol _OBJC_CLASS_$_BranchCreditHistoryRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchCreditHistoryRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._bucket in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._order in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._length in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._creditTransactionId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_CLASS_$_BranchInstallRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchInstallRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchInstallRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchInstallRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchInstallRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchInstallRequest.o) duplicate symbol _OBJC_CLASS_$_BranchLoadRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLoadRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLoadRewardsRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchLoadRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLoadRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLoadRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchLoadRewardsRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLoadRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLoadRewardsRequest.o) duplicate symbol _OBJC_CLASS_$_BranchLogoutRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLogoutRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLogoutRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchLogoutRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLogoutRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLogoutRequest.o) duplicate symbol _OBJC_IVAR_$_BranchLogoutRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLogoutRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLogoutRequest.o) duplicate symbol _OBJC_CLASS_$_BranchOpenRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchOpenRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_IVAR_$_BranchOpenRequest._isInstall in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_IVAR_$_BranchOpenRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_CLASS_$_BranchRedeemRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchRedeemRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRedeemRewardsRequest._amount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRedeemRewardsRequest._bucket in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRedeemRewardsRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_CLASS_$_BranchRegisterViewRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchRegisterViewRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRegisterViewRequest._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRegisterViewRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_CLASS_$_BranchSetIdentityRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchSetIdentityRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSetIdentityRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSetIdentityRequest._shouldCallCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSetIdentityRequest._userId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._isSpotlightRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_CLASS_$_BranchShortUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchShortUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._matchDuration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._type in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._linkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._linkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_CLASS_$_BranchShortUrlSyncRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchShortUrlSyncRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._matchDuration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._type in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._linkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._linkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_CLASS_$_BranchSpotlightUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSpotlightUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSpotlightUrlRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchSpotlightUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSpotlightUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSpotlightUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSpotlightUrlRequest._spotlightCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSpotlightUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSpotlightUrlRequest.o) duplicate symbol _OBJC_CLASS_$_BranchUserCompletedActionRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchUserCompletedActionRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BranchUserCompletedActionRequest._action in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BranchUserCompletedActionRequest._branchViewcallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BranchUserCompletedActionRequest._state in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BNCSpotlightService._userInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_IVAR_$_BNCSpotlightService._workQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_CLASS_$_BNCSpotlightService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_METACLASS_$_BNCSpotlightService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._searchQuery in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEventRequest._eventDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._currency in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._tax in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAddToWishlist in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_CLASS_$_BranchEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_METACLASS_$_BranchEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventViewCart in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAddToCart in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_CLASS_$_BranchEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_METACLASS_$_BranchEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventUnlockAchievement in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventSpendCredits in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventViewItems in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._contentItems in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAddPaymentInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._coupon in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._eventDescription in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEventRequest._completion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventCompleteRegistration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._affiliation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventViewItem in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAchieveLevel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventCompleteTutorial in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventSearch in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._shipping in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._revenue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventRate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventPurchase in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventInitiatePurchase in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventShare in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._eventName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._customData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEventRequest._serverURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._transactionID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) ld: 686 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

All 12 comments

@dwilt Have you seen the instructions for 2.0.0? They may be a little sketchy. In particular, 2.0.0 includes the Branch SDK so that you no longer need to use CocoaPods, Carthage or manual installation to get the Branch SDK. In fact, you'll need to remove it from whatever mechanism you're using, or it will cause these linker errors.

I did see the instructions. I also removed Branch from my Podfile. I basically completely uninstalled Branch in every way possible then reinstalled with the two basic steps:

yarn add react-native-branch && react-native link react-native-branch

and got this error.

I can see that it's still trying to link libBranch.a. There is no more libBranch.a. That's the remnant that's causing the problem. After removing Branch from the Podfile, did you run pod install? That's necessary to regenerate the Pods project whenever the dependencies change. (Or if Branch was the only thing in your Podfile, you can use pod deintegrate to completely remove CocoaPods from the project.) If you have done that and still have the problem, I'd check to see if you're linking against libBranch.a in the General tab of the target settings in Xcode. I'm not sure what else would be pulling in libBranch.a.

Also, since that library is coming from your DerivedData subdirectory, you can try cleaning it either using opt-shift-cmd-K in Xcode, which will prompt you to clean the build folder, or using rm -fr ~/Library/Developer/Xcode/DerivedData. That wipes out all derived data, which of course Xcode will rederive as needed. That's a common way of getting out of trouble. Still, even if the file is left over, it should not try to link it.

Running pod install is what fixed it. I only removed it from my Podfile without running pod install again. We might need to update the installation instructions to be a bit more detailed for the people who are migrating to 2.0.0 (off of CocoaPods or Carthage).

Since CocoaPods is a third-party distro system, it's not integrated at all with Xcode, like Gradle is with Android Studio. Xcode doesn't know what a Podfile is, let alone how to update pods.

Those instructions focus on new installations. I need to write up the migrating-from-1.x version, which will be done presently.

Thanks for the feedback.

馃憤

I have the same issue.
tryed to remove Branch SDK from podFile and run pod install
but after adding back following lines to podFIle
pod 'react-native-branch', path: '../node_modules/react-native-branch' pod 'Branch-SDK', path: '../node_modules/react-native-branch/ios'
and executing pod install again, received following error:

duplicate symbol _OBJC_IVAR_$_BNCContentDiscoveryManager._spotlight in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_CLASS_$_BNCContentDiscoveryManager in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_METACLASS_$_BNCContentDiscoveryManager in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_IVAR_$_BNCContentDiscoveryManager._workQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCContentDiscoveryManager.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCContentDiscoveryManager.o) duplicate symbol _OBJC_CLASS_$_BranchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_METACLASS_$_BranchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._branchViewAction in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._webUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._webHtml in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._numOfUse in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchView._branchViewID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchView.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchView.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._shareText in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareActivityItem._parent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._universalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._shareObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._serverParameters in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._activityItems in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._linkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_CLASS_$_BranchShareActivityItem in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_METACLASS_$_BranchShareActivityItem in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_CLASS_$_BranchShareLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_METACLASS_$_BranchShareLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._delegate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._activityType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareActivityItem._itemType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._title in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BranchShareLink._shareURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShareLink.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShareLink.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._country in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._browserUserAgent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._screenHeight in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkInterface._address in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._localIPAddress in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_CLASS_$_BNCDeviceInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_METACLASS_$_BNCDeviceInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._osVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._applicationVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._branchSDKVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._screenWidth in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkInterface._addressType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._extensionType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._hardwareIdType in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._osName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._modelName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkInterface._interfaceName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._brandName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._screenScale in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._language in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_CLASS_$_BNCNetworkInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_METACLASS_$_BNCNetworkInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._isAdTrackingEnabled in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._vendorId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._hardwareId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._isRealHardwareId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BNCDeviceInfo._adId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeviceInfo.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeviceInfo.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._controlParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_CLASS_$_BranchLinkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_METACLASS_$_BranchLinkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._matchDuration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchLinkProperties._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLinkProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLinkProperties.o) duplicate symbol _OBJC_IVAR_$_BranchContentPathProperties._isClearText in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_CLASS_$_BranchContentPathProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_METACLASS_$_BranchContentPathProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_IVAR_$_BranchContentPathProperties._pathInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentPathProperties.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentPathProperties.o) duplicate symbol _OBJC_IVAR_$_BNCKeyValue._key in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_CLASS_$_BNCEncodingUtils in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_METACLASS_$_BNCEncodingUtils in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_IVAR_$_BNCKeyValue._value in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_CLASS_$_BNCKeyValue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_METACLASS_$_BNCKeyValue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCEncodingUtils.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCEncodingUtils.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._duration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._ignoreUAString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._type in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_IVAR_$_BNCLinkData._data in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_CLASS_$_BNCLinkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_METACLASS_$_BNCLinkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkData.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkData.o) duplicate symbol _OBJC_CLASS_$_BNCSystemObserver in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSystemObserver.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSystemObserver.o) duplicate symbol _OBJC_METACLASS_$_BNCSystemObserver in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSystemObserver.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSystemObserver.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_CLASS_$_BranchActivityItemProvider in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_METACLASS_$_BranchActivityItemProvider in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._userAgentString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._delegate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BranchActivityItemProvider._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchActivityItemProvider.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchActivityItemProvider.o) duplicate symbol _OBJC_IVAR_$_BNCDeepLinkViewControllerInstance._viewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_IVAR_$_BNCDeepLinkViewControllerInstance._option in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_CLASS_$_BNCDeepLinkViewControllerInstance in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_METACLASS_$_BNCDeepLinkViewControllerInstance in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCDeepLinkViewControllerInstance.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCDeepLinkViewControllerInstance.o) duplicate symbol _OBJC_IVAR_$_BNCLinkCache._cache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkCache.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkCache.o) duplicate symbol _OBJC_CLASS_$_BNCLinkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkCache.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkCache.o) duplicate symbol _OBJC_METACLASS_$_BNCLinkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLinkCache.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLinkCache.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._contentManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_CLASS_$_BranchContentDiscoverer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_METACLASS_$_BranchContentDiscoverer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._contentDiscoveryTimer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._lastViewControllerName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoverer._numOfViewsDiscovered in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoverer.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoverer.o) duplicate symbol _OBJC_IVAR_$_BranchViewHandler._pendingWebview in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_IVAR_$_BranchViewHandler._pendingBranchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_CLASS_$_BranchViewHandler in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_METACLASS_$_BranchViewHandler in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_IVAR_$_BranchViewHandler._branchViewCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchViewHandler.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchViewHandler.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._quantity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressCity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressCountry in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productCategory in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._currency in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._locallyIndex in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._publiclyIndex in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._ratingMax in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._sku in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._ratingCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productVariant in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressStreet in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_CLASS_$_BranchUniversalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_METACLASS_$_BranchUniversalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._imageCaptions in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._keywords in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._spotlightIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._canonicalIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._contentDescription in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._condition in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressRegion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._canonicalUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._imageUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._expirationDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._creationDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._title in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._ratingAverage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._latitude in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._longitude in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._addressPostalCode in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._price in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._productBrand in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchUniversalObject._contentMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_CLASS_$_BranchContentMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_METACLASS_$_BranchContentMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._customMetadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BranchContentMetadata._contentSchema in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUniversalObject.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUniversalObject.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._primaryWindow in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._matchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_CLASS_$_BNCMatchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCMatchView in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._shouldDelayInstallRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._requestInProgress in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_CLASS_$_BNCStrongMatchHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCStrongMatchHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCStrongMatchHelper._matchViewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_CLASS_$_BNCMatchViewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCMatchViewController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCStrongMatchHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCStrongMatchHelper.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._quantity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._category in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BranchCommerceEventRequest._commerceDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._currency in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._tax in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._sku in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_CLASS_$_BranchCommerceEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_METACLASS_$_BranchCommerceEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_CLASS_$_BNCCommerceEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_METACLASS_$_BNCCommerceEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._variant in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_CLASS_$_BNCProduct in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_METACLASS_$_BNCProduct in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._products in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._coupon in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BranchCommerceEventRequest._completion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._affiliation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._shipping in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._revenue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._name in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._price in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCProduct._brand in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BranchCommerceEventRequest._metadata in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCCommerceEvent._transactionID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCommerceEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCommerceEvent.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._userIdentity in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _BNCURLForBranchDirectory in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._creditsDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._instrumentationDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._requestMetadataDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._lastRunBranchKey in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._installRequestDelay in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._timeout in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._retryCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._shouldWaitForInit in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._persistenceDict in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._sessionParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._installParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._appleSearchAdDetails in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._checkedFacebookAppLinks in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_CLASS_$_BNCPreferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_METACLASS_$_BNCPreferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._spotlightIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._linkClickIdentifier in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._checkedAppleSearchAdAttribution in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._appVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._lastSystemBuildVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._userUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._universalLinkUrl in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._retryInterval in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _BNCCreateDirectoryForBranchURLWithPath in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._isDebug in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._browserUserAgentString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._persistPrefsQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._lastStrongMatchDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._savedAnalyticsData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._referringURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._branchAPIURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._externalIntentURI in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._identityID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._deviceFingerprintID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_IVAR_$_BNCPreferenceHelper._sessionID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCPreferenceHelper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCPreferenceHelper.o) duplicate symbol _OBJC_CLASS_$_BranchContentDiscoveryManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_METACLASS_$_BranchContentDiscoveryManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._cdManifest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._contentPaths in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._manifestVersion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._maxTextLen in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._referredLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._maxViewHistoryLength in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._maxPktSize in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_BranchContentDiscoveryManifest._isCDEnabled in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchContentDiscoveryManifest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchContentDiscoveryManifest.o) duplicate symbol _OBJC_IVAR_$_Branch._FBSDKAppLinkUtility in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._whiteListedSchemeList in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCCanonicalIdList in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._asyncRequestCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._networkCount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCRegisterViewEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCAddToWishlistEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCAddToCartEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCShareCompletedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCPurchaseInitiatedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCShareInitiatedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCPurchasedEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_BranchLink._universalObject in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._deepLinkControllers in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._deepLinkDebugParams in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_BranchLink._linkProperties in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._delayForAppleAds in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._preferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._deepLinkPresentingController in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._contentDiscoveryManager in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._shouldAutomaticallyDeepLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_CLASS_$_BranchLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_METACLASS_$_BranchLink in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._shouldCallSessionInitCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._sessionInitWithBranchUniversalObjectCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._sessionInitWithParamsCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_CLASS_$_Branch in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_METACLASS_$_Branch in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BranchClassInitializeLog in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._useCookieBasedMatching in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._requestQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._delegate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BNCSpotlightFeature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._linkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._searchAdsDebugMode in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._serverInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._isInitialized in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._processing_sema in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_IVAR_$_Branch._accountForFacebookSDK in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _BRANCH_FEATURE_TAG_SHARE in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(Branch.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(Branch.o) duplicate symbol _OBJC_CLASS_$_BNCFabricAnswers in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCFabricAnswers.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCFabricAnswers.o) duplicate symbol _OBJC_METACLASS_$_BNCFabricAnswers in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCFabricAnswers.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCFabricAnswers.o) duplicate symbol _OBJC_IVAR_$_BNCCrashlyticsWrapper._crashlytics in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCrashlyticsWrapper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCrashlyticsWrapper.o) duplicate symbol _OBJC_CLASS_$_BNCCrashlyticsWrapper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCrashlyticsWrapper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCrashlyticsWrapper.o) duplicate symbol _OBJC_METACLASS_$_BNCCrashlyticsWrapper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCCrashlyticsWrapper.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCCrashlyticsWrapper.o) duplicate symbol _OBJC_IVAR_$_BNCLocalization._currentLanguageDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_CLASS_$_BNCLocalization in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_METACLASS_$_BNCLocalization in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _BNCLocalizedFormattedString in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_IVAR_$_BNCLocalization._currentLanguage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCLocalization.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCLocalization.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._request in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._pinnedPublicKeys in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._maximumConcurrentOperations in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._error in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._userInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._userInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_CLASS_$_BNCNetworkOperation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_METACLASS_$_BNCNetworkOperation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._session in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._defaultTimeoutInterval in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._sessionTask in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._completionBlock in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkService._sessionQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._timeoutDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._startDate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._response in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._networkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_CLASS_$_BNCNetworkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_METACLASS_$_BNCNetworkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCNetworkOperation._responseData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCNetworkService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCNetworkService.o) duplicate symbol _OBJC_IVAR_$_BNCServerInterface._requestEndpoint in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_IVAR_$_BNCServerInterface._preferenceHelper in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_IVAR_$_BNCServerInterface._networkService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_CLASS_$_BNCServerInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_METACLASS_$_BNCServerInterface in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerInterface.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerInterface.o) duplicate symbol _OBJC_CLASS_$_BNCServerRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequest.o) duplicate symbol _OBJC_METACLASS_$_BNCServerRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequest.o) duplicate symbol _OBJC_IVAR_$_BNCServerRequestQueue._persistTimer in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_IVAR_$_BNCServerRequestQueue._queue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_CLASS_$_BNCServerRequestQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_METACLASS_$_BNCServerRequestQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_IVAR_$_BNCServerRequestQueue._asyncQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerRequestQueue.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerRequestQueue.o) duplicate symbol _OBJC_CLASS_$_BNCServerResponse in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_METACLASS_$_BNCServerResponse in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_IVAR_$_BNCServerResponse._statusCode in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_IVAR_$_BNCServerResponse._data in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCServerResponse.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCServerResponse.o) duplicate symbol _OBJC_CLASS_$_BranchCloseRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCloseRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCloseRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchCloseRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCloseRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCloseRequest.o) duplicate symbol _OBJC_CLASS_$_BranchCreditHistoryRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchCreditHistoryRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._bucket in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._order in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._length in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_IVAR_$_BranchCreditHistoryRequest._creditTransactionId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchCreditHistoryRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchCreditHistoryRequest.o) duplicate symbol _OBJC_CLASS_$_BranchInstallRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchInstallRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchInstallRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchInstallRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchInstallRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchInstallRequest.o) duplicate symbol _OBJC_CLASS_$_BranchLoadRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLoadRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLoadRewardsRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchLoadRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLoadRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLoadRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchLoadRewardsRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLoadRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLoadRewardsRequest.o) duplicate symbol _OBJC_CLASS_$_BranchLogoutRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLogoutRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLogoutRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchLogoutRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLogoutRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLogoutRequest.o) duplicate symbol _OBJC_IVAR_$_BranchLogoutRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchLogoutRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchLogoutRequest.o) duplicate symbol _OBJC_CLASS_$_BranchOpenRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchOpenRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_IVAR_$_BranchOpenRequest._isInstall in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_IVAR_$_BranchOpenRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchOpenRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchOpenRequest.o) duplicate symbol _OBJC_CLASS_$_BranchRedeemRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchRedeemRewardsRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRedeemRewardsRequest._amount in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRedeemRewardsRequest._bucket in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRedeemRewardsRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRedeemRewardsRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRedeemRewardsRequest.o) duplicate symbol _OBJC_CLASS_$_BranchRegisterViewRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchRegisterViewRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRegisterViewRequest._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_IVAR_$_BranchRegisterViewRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchRegisterViewRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchRegisterViewRequest.o) duplicate symbol _OBJC_CLASS_$_BranchSetIdentityRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchSetIdentityRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSetIdentityRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSetIdentityRequest._shouldCallCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSetIdentityRequest._userId in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSetIdentityRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSetIdentityRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._isSpotlightRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_CLASS_$_BranchShortUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchShortUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._matchDuration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._callback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._type in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._linkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlRequest._linkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlRequest.o) duplicate symbol _OBJC_CLASS_$_BranchShortUrlSyncRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchShortUrlSyncRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._params in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._tags in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._alias in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._matchDuration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._campaign in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._channel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._feature in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._type in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._linkCache in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._stage in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_IVAR_$_BranchShortUrlSyncRequest._linkData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchShortUrlSyncRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchShortUrlSyncRequest.o) duplicate symbol _OBJC_CLASS_$_BranchSpotlightUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSpotlightUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSpotlightUrlRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchSpotlightUrlRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSpotlightUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSpotlightUrlRequest.o) duplicate symbol _OBJC_IVAR_$_BranchSpotlightUrlRequest._spotlightCallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchSpotlightUrlRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchSpotlightUrlRequest.o) duplicate symbol _OBJC_CLASS_$_BranchUserCompletedActionRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_METACLASS_$_BranchUserCompletedActionRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BranchUserCompletedActionRequest._action in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BranchUserCompletedActionRequest._branchViewcallback in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BranchUserCompletedActionRequest._state in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchUserCompletedActionRequest.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchUserCompletedActionRequest.o) duplicate symbol _OBJC_IVAR_$_BNCSpotlightService._userInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_IVAR_$_BNCSpotlightService._workQueue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_CLASS_$_BNCSpotlightService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_METACLASS_$_BNCSpotlightService in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BNCSpotlightService.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BNCSpotlightService.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._searchQuery in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEventRequest._eventDictionary in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._currency in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._tax in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAddToWishlist in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_CLASS_$_BranchEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_METACLASS_$_BranchEventRequest in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventViewCart in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAddToCart in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_CLASS_$_BranchEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_METACLASS_$_BranchEvent in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventUnlockAchievement in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventSpendCredits in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventViewItems in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._contentItems in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAddPaymentInfo in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._coupon in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._eventDescription in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEventRequest._completion in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventCompleteRegistration in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._affiliation in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventViewItem in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventAchieveLevel in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventCompleteTutorial in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventSearch in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._shipping in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._revenue in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventRate in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventPurchase in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventInitiatePurchase in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _BranchStandardEventShare in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._eventName in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._customData in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEventRequest._serverURL in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) duplicate symbol _OBJC_IVAR_$_BranchEvent._transactionID in: /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/Branch-SDK/libBranch-SDK.a(BranchEvent.o) /Users/test/Library/Developer/Xcode/DerivedData/TestApp-dsxztctrnhdizkcuqbvyciinbjcb/Build/Products/Release-iphoneos/libreact-native-branch.a(BranchEvent.o) ld: 686 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

i got same error

Hi,

There may be any references still in the project. So if we remove the library, still it may be available in the derived data. So we need to remove that.

Have you tried to clean the project after clearing the derived data?

@pilot4u @romreed @sequoiaat Did any of you figure out this error? I made the regrettable error of following the docs where it says to unlink and re-link react-native-branch in order to add a new branch.debug.json to my assets. Turns out that also caused it to reinstall using cocoapods and then break with this error. This is currently blocking me. Any help would be appreciated.

@mcmar Did you try what @jdee mentioned - https://github.com/BranchMetrics/react-native-branch-deep-linking/issues/155#issuecomment-293073384

if we remove it from the POD file(https://docs.branch.io/pages/apps/react-native/#install-branch ) and when trying to reinstall it again, sometimes it will show error because some reference to this library may exist.

The following worked for me:

  1. rm -rf Pods
  2. pod install
  3. Open .xcoworkspace, Product > Clean Build folder
  4. Product > Build for > running
  5. Run the app

EDIT:
After a couple of days, my own steps failed on me O_o
Ended up following @jdee suggestion. In the General tab of my xcode target, libreact-native-branch.a was being linked. Remove it, followed the above mentioned steps, and it worked.

Was this page helpful?
0 / 5 - 0 ratings