react-native-background-geolocation
react-native-background-geolocation copied to clipboard
duplicate symbol '_ddLogLevel' error
ios/build/Debug-iphonesimulator/MQTTClient/libMQTTClient.a(MQTTLog.o) os/build/Debug-iphonesimulator/XCFrameworkIntermediates/RNBackgroundGeolocation/TSLocationManager.framework/TSLocationManager(TSLog.o)
I want to use sp-react-native-mqtt and eact-native-background-geolocation libraries, but I get a duplicate symbol error. Has anyone encountered this problem before or have a solution? There is no problem when I use only one.
Compare the podspec of both plugins. Is the other plugin importing CocoaLumberjack (iOS logging SDK) with a different version?
sp-react-native-mqtt podspec file info
require "json"
json = File.read(File.join(dir, "package.json")) package = JSON.parse(json).deep_symbolize_keys
Pod::Spec.new do |s| s.name = package[:name] s.version = package[:version] s.license = { type: "MIT" } s.homepage = "https://github.com/SudoPlz/sp-react-native-mqtt" s.authors = package[:author][:name] s.summary = package[:description] s.source = { git: package[:repository][:url] } s.source_files = "ios/*.{h,m}" s.platform = :ios, "8.0"
s.dependency "React" end
Show me your package.json.
You definitely have two different plug-in importing different versions of CocoaLumberjack.
my package.json file
"dependencies": { "@apollo/client": "^3.7.14", "@gorhom/bottom-sheet": "^4.4.6", "@hookform/resolvers": "^3.1.0", "@notifee/react-native": "^7.8.0", "@react-native-async-storage/async-storage": "^1.19.3", "@react-native-community/netinfo": "^9.4.1", "@react-native-firebase/app": "^18.4.0", "@react-native-firebase/crashlytics": "^18.4.0", "@react-native-firebase/messaging": "^18.4.0", "@react-native-masked-view/masked-view": "^0.2.9", "@react-navigation/bottom-tabs": "^6.5.7", "@react-navigation/native": "^6.1.6", "@react-navigation/stack": "^6.3.16", "@sayem314/react-native-keep-awake": "^1.2.2", "@tanstack/react-query": "^4.3.4", "axios": "^1.4.0", "base-64": "^1.0.0", "crypto-es": "^1.2.7", "crypto-js": "^4.1.1", "geolib": "^3.3.4", "graphql": "^16.6.0", "i18next": "^23.4.4", "lodash": "^4.17.21", "moment": "^2.29.4", "nativewind": "^2.0.11", "polyline": "^0.2.0", "react": "18.2.0", "react-hook-form": "^7.43.9", "react-i18next": "^13.1.2", "react-icomoon": "^2.5.7", "react-native": "0.72.7", "react-native-background-fetch": "^4.2.1", "react-native-background-geolocation": "^4.14.5", "react-native-blob-util": "^0.19.4", "react-native-confirmation-code-field": "^7.3.1", "react-native-device-info": "^10.11.0", "react-native-event-listeners": "^1.0.7", "react-native-gesture-handler": "^2.9.0", "react-native-maps": "1.9.0", "react-native-maps-directions": "^1.9.0", "react-native-mmkv": "^2.8.0", "react-native-onboarding-swiper": "^1.2.0", "react-native-paper": "^5.9.1", "react-native-pdf": "^6.7.3", "react-native-permissions": "^3.8.3", "react-native-reanimated": "^3.1.0", "react-native-redash": "^18.1.0", "react-native-safe-area-context": "4.4.1", "react-native-screens": "~3.18.0", "react-native-splash-screen": "^3.3.0", "react-native-svg": "^13.9.0", "react-native-toast-message": "^2.1.6", "react-native-vector-icons": "^10.0.0", "react-native-version-check": "^3.4.7", "react-native-webview": "^12.0.2", "rxjs": "^7.8.1", "sp-react-native-mqtt": "^0.5.1", "yup": "^1.1.1", "zustand": "^4.3.8" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/plugin-proposal-decorators": "^7.22.7", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native-community/eslint-config": "^3.2.0", "@react-native/eslint-config": "^0.72.2", "@react-native/metro-config": "^0.72.7", "@svgr/cli": "^7.0.0", "@tsconfig/react-native": "^3.0.0", "@types/metro-config": "^0.76.3", "babel-plugin-inline-dotenv": "^1.7.0", "babel-plugin-module-resolver": "^5.0.0", "eslint": "^8.19.0", "localstorage-polyfill": "^1.0.1", "metro-react-native-babel-preset": "0.76.5", "pod-install": "0.1.38", "prettier": "^2.4.1", "tailwindcss": "3.3.2" },
Also post your ios/Podfile.lock
Ok.
PODS:
- boost (1.76.0)
- CocoaLumberjack (3.7.4):
- CocoaLumberjack/Core (= 3.7.4)
- CocoaLumberjack/Core (3.7.4)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.7)
- FBReactNativeSpec (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTRequired (= 0.72.7)
- RCTTypeSafety (= 0.72.7)
- React-Core (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- Firebase (10.14.0):
- Firebase/Core (= 10.14.0)
- Firebase/Core (10.14.0):
- Firebase/CoreOnly
- FirebaseAnalytics (~> 10.14.0)
- Firebase/CoreOnly (10.14.0):
- FirebaseCore (= 10.14.0)
- Firebase/Crashlytics (10.14.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 10.14.0)
- Firebase/Messaging (10.14.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 10.14.0)
- FirebaseAnalytics (10.14.0):
- FirebaseAnalytics/AdIdSupport (= 10.14.0)
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseAnalytics/AdIdSupport (10.14.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleAppMeasurement (= 10.14.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreExtension (10.14.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.19.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.14.0):
- FirebaseCore (~> 10.5)
- FirebaseInstallations (~> 10.0)
- FirebaseSessions (~> 10.5)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseInstallations (10.19.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- PromisesObjC (~> 2.1)
- FirebaseMessaging (10.14.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Reachability (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseSessions (10.19.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.10)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- fmt (6.2.1)
- glog (0.3.5)
- Google-Maps-iOS-Utils (4.2.2):
- Google-Maps-iOS-Utils/Clustering (= 4.2.2)
- Google-Maps-iOS-Utils/Geometry (= 4.2.2)
- Google-Maps-iOS-Utils/GeometryUtils (= 4.2.2)
- Google-Maps-iOS-Utils/Heatmap (= 4.2.2)
- Google-Maps-iOS-Utils/QuadTree (= 4.2.2)
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/Clustering (4.2.2):
- Google-Maps-iOS-Utils/QuadTree
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/Geometry (4.2.2):
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/GeometryUtils (4.2.2):
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/Heatmap (4.2.2):
- Google-Maps-iOS-Utils/QuadTree
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/QuadTree (4.2.2):
- GoogleMaps (~> 7.3)
- GoogleAppMeasurement (10.14.0):
- GoogleAppMeasurement/AdIdSupport (= 10.14.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (10.14.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.14.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (10.14.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleDataTransport (9.3.0):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleMaps (7.4.0):
- GoogleMaps/Maps (= 7.4.0)
- GoogleMaps/Base (7.4.0)
- GoogleMaps/Maps (7.4.0):
- GoogleMaps/Base
- GoogleUtilities (7.12.0):
- GoogleUtilities/AppDelegateSwizzler (= 7.12.0)
- GoogleUtilities/Environment (= 7.12.0)
- GoogleUtilities/ISASwizzler (= 7.12.0)
- GoogleUtilities/Logger (= 7.12.0)
- GoogleUtilities/MethodSwizzler (= 7.12.0)
- GoogleUtilities/Network (= 7.12.0)
- "GoogleUtilities/NSData+zlib (= 7.12.0)"
- GoogleUtilities/Reachability (= 7.12.0)
- GoogleUtilities/SwizzlerTestHelpers (= 7.12.0)
- GoogleUtilities/UserDefaults (= 7.12.0)
- GoogleUtilities/AppDelegateSwizzler (7.12.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.12.0):
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/ISASwizzler (7.12.0)
- GoogleUtilities/Logger (7.12.0):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (7.12.0):
- GoogleUtilities/Logger
- GoogleUtilities/Network (7.12.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.12.0)"
- GoogleUtilities/Reachability (7.12.0):
- GoogleUtilities/Logger
- GoogleUtilities/SwizzlerTestHelpers (7.12.0):
- GoogleUtilities/MethodSwizzler
- GoogleUtilities/UserDefaults (7.12.0):
- GoogleUtilities/Logger
- hermes-engine (0.72.7):
- hermes-engine/Pre-built (= 0.72.7)
- hermes-engine/Pre-built (0.72.7)
- libevent (2.1.12)
- MMKV (1.3.2):
- MMKVCore (~> 1.3.2)
- MMKVCore (1.3.2)
- MQTTClient (0.15.3):
- MQTTClient/Core (= 0.15.3)
- MQTTClient/Core (0.15.3):
- MQTTClient/Manager
- MQTTClient/Min
- MQTTClient/Manager (0.15.3):
- MQTTClient/Min
- MQTTClient/Min (0.15.3)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- PromisesObjC (2.3.1)
- PromisesSwift (2.3.1):
- PromisesObjC (= 2.3.1)
- RCT-Folly (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCT-Folly/Default (= 2021.07.22.00)
- RCT-Folly/Default (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCT-Folly/Futures (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- libevent
- RCTRequired (0.72.7)
- RCTTypeSafety (0.72.7):
- FBLazyVector (= 0.72.7)
- RCTRequired (= 0.72.7)
- React-Core (= 0.72.7)
- React (0.72.7):
- React-Core (= 0.72.7)
- React-Core/DevSupport (= 0.72.7)
- React-Core/RCTWebSocket (= 0.72.7)
- React-RCTActionSheet (= 0.72.7)
- React-RCTAnimation (= 0.72.7)
- React-RCTBlob (= 0.72.7)
- React-RCTImage (= 0.72.7)
- React-RCTLinking (= 0.72.7)
- React-RCTNetwork (= 0.72.7)
- React-RCTSettings (= 0.72.7)
- React-RCTText (= 0.72.7)
- React-RCTVibration (= 0.72.7)
- React-callinvoker (0.72.7)
- React-Codegen (0.72.7):
- DoubleConversion
- FBReactNativeSpec
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- React-jsi
- React-jsiexecutor
- React-NativeModulesApple
- React-rncore
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- React-Core (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default (= 0.72.7)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/CoreModulesHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/Default (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/DevSupport (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default (= 0.72.7)
- React-Core/RCTWebSocket (= 0.72.7)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector (= 0.72.7)
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTActionSheetHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTAnimationHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTBlobHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTImageHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTLinkingHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTNetworkHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTSettingsHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTTextHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTVibrationHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTWebSocket (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default (= 0.72.7)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-CoreModules (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/CoreModulesHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- React-RCTBlob
- React-RCTImage (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- SocketRocket (= 0.6.1)
- React-cxxreact (0.72.7):
- boost (= 1.76.0)
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker (= 0.72.7)
- React-debug (= 0.72.7)
- React-jsi (= 0.72.7)
- React-jsinspector (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- React-runtimeexecutor (= 0.72.7)
- React-debug (0.72.7)
- React-hermes (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- RCT-Folly/Futures (= 2021.07.22.00)
- React-cxxreact (= 0.72.7)
- React-jsi
- React-jsiexecutor (= 0.72.7)
- React-jsinspector (= 0.72.7)
- React-perflogger (= 0.72.7)
- React-jsi (0.72.7):
- boost (= 1.76.0)
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-jsiexecutor (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-cxxreact (= 0.72.7)
- React-jsi (= 0.72.7)
- React-perflogger (= 0.72.7)
- React-jsinspector (0.72.7)
- React-logger (0.72.7):
- glog
- react-native-blob-util (0.19.4):
- React-Core
- react-native-google-maps (1.9.0):
- Google-Maps-iOS-Utils (= 4.2.2)
- GoogleMaps (= 7.4.0)
- React-Core
- react-native-keep-awake (1.2.2):
- React-Core
- react-native-maps (1.9.0):
- React-Core
- react-native-mmkv (2.10.1):
- MMKV (>= 1.2.13)
- React-Core
- react-native-netinfo (9.4.1):
- React-Core
- react-native-pdf (6.7.3):
- React-Core
- react-native-safe-area-context (4.4.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- ReactCommon/turbomodule/core
- react-native-splash-screen (3.3.0):
- React-Core
- react-native-version-check (3.4.7):
- React-Core
- react-native-webview (12.4.0):
- React-Core
- React-NativeModulesApple (0.72.7):
- hermes-engine
- React-callinvoker
- React-Core
- React-cxxreact
- React-jsi
- React-runtimeexecutor
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- React-perflogger (0.72.7)
- React-RCTActionSheet (0.72.7):
- React-Core/RCTActionSheetHeaders (= 0.72.7)
- React-RCTAnimation (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTAnimationHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTAppDelegate (0.72.7):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- React-CoreModules
- React-hermes
- React-NativeModulesApple
- React-RCTImage
- React-RCTNetwork
- React-runtimescheduler
- ReactCommon/turbomodule/core
- React-RCTBlob (0.72.7):
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Codegen (= 0.72.7)
- React-Core/RCTBlobHeaders (= 0.72.7)
- React-Core/RCTWebSocket (= 0.72.7)
- React-jsi (= 0.72.7)
- React-RCTNetwork (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTImage (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTImageHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- React-RCTNetwork (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTLinking (0.72.7):
- React-Codegen (= 0.72.7)
- React-Core/RCTLinkingHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTNetwork (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTNetworkHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTSettings (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTSettingsHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTText (0.72.7):
- React-Core/RCTTextHeaders (= 0.72.7)
- React-RCTVibration (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- React-Codegen (= 0.72.7)
- React-Core/RCTVibrationHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-rncore (0.72.7)
- React-runtimeexecutor (0.72.7):
- React-jsi (= 0.72.7)
- React-runtimescheduler (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker
- React-debug
- React-jsi
- React-runtimeexecutor
- React-utils (0.72.7):
- glog
- RCT-Folly (= 2021.07.22.00)
- React-debug
- ReactCommon/turbomodule/bridging (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker (= 0.72.7)
- React-cxxreact (= 0.72.7)
- React-jsi (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- ReactCommon/turbomodule/core (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker (= 0.72.7)
- React-cxxreact (= 0.72.7)
- React-jsi (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- RNBackgroundFetch (4.2.1):
- React-Core
- RNBackgroundGeolocation (4.14.5):
- CocoaLumberjack (~> 3.7.2)
- React-Core
- RNCAsyncStorage (1.19.3):
- React-Core
- RNCMaskedView (0.2.9):
- React-Core
- RNDeviceInfo (10.11.0):
- React-Core
- RNFBApp (18.4.0):
- Firebase/CoreOnly (= 10.14.0)
- React-Core
- RNFBCrashlytics (18.4.0):
- Firebase/Crashlytics (= 10.14.0)
- FirebaseCoreExtension (= 10.14.0)
- React-Core
- RNFBApp
- RNFBMessaging (18.4.0):
- Firebase/Messaging (= 10.14.0)
- FirebaseCoreExtension (= 10.14.0)
- React-Core
- RNFBApp
- RNGestureHandler (2.12.0):
- React-Core
- RNNotifee (7.8.0):
- React-Core
- RNNotifee/NotifeeCore (= 7.8.0)
- RNNotifee/NotifeeCore (7.8.0):
- React-Core
- RNPermissions (3.8.4):
- React-Core
- RNReanimated (3.5.4):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTAppDelegate
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.18.2):
- React-Core
- React-RCTImage
- RNSVG (13.10.0):
- React-Core
- RNVectorIcons (10.0.0):
- React-Core
- SocketRocket (0.6.1)
- sp-react-native-mqtt (0.5.1):
- React
- Yoga (1.14.0)
DEPENDENCIES:
- boost (from
../node_modules/react-native/third-party-podspecs/boost.podspec) - DoubleConversion (from
../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec) - FBLazyVector (from
../node_modules/react-native/Libraries/FBLazyVector) - FBReactNativeSpec (from
../node_modules/react-native/React/FBReactNativeSpec) - Firebase
- FirebaseCore
- FirebaseCoreExtension
- FirebaseInstallations
- glog (from
../node_modules/react-native/third-party-podspecs/glog.podspec) - GoogleDataTransport
- GoogleUtilities
- hermes-engine (from
../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec) - libevent (~> 2.1.12)
- MQTTClient
- nanopb
- RCT-Folly (from
../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec) - RCTRequired (from
../node_modules/react-native/Libraries/RCTRequired) - RCTTypeSafety (from
../node_modules/react-native/Libraries/TypeSafety) - React (from
../node_modules/react-native/) - React-callinvoker (from
../node_modules/react-native/ReactCommon/callinvoker) - React-Codegen (from
build/generated/ios) - React-Core (from
../node_modules/react-native/) - React-Core/RCTWebSocket (from
../node_modules/react-native/) - React-CoreModules (from
../node_modules/react-native/React/CoreModules) - React-cxxreact (from
../node_modules/react-native/ReactCommon/cxxreact) - React-debug (from
../node_modules/react-native/ReactCommon/react/debug) - React-hermes (from
../node_modules/react-native/ReactCommon/hermes) - React-jsi (from
../node_modules/react-native/ReactCommon/jsi) - React-jsiexecutor (from
../node_modules/react-native/ReactCommon/jsiexecutor) - React-jsinspector (from
../node_modules/react-native/ReactCommon/jsinspector) - React-logger (from
../node_modules/react-native/ReactCommon/logger) - react-native-blob-util (from
../node_modules/react-native-blob-util) - react-native-google-maps (from
../node_modules/react-native-maps) - "react-native-keep-awake (from
../node_modules/@sayem314/react-native-keep-awake)" - react-native-maps (from
../node_modules/react-native-maps) - react-native-mmkv (from
../node_modules/react-native-mmkv) - "react-native-netinfo (from
../node_modules/@react-native-community/netinfo)" - react-native-pdf (from
../node_modules/react-native-pdf) - react-native-safe-area-context (from
../node_modules/react-native-safe-area-context) - react-native-splash-screen (from
../node_modules/react-native-splash-screen) - react-native-version-check (from
../node_modules/react-native-version-check) - react-native-webview (from
../node_modules/react-native-webview) - React-NativeModulesApple (from
../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios) - React-perflogger (from
../node_modules/react-native/ReactCommon/reactperflogger) - React-RCTActionSheet (from
../node_modules/react-native/Libraries/ActionSheetIOS) - React-RCTAnimation (from
../node_modules/react-native/Libraries/NativeAnimation) - React-RCTAppDelegate (from
../node_modules/react-native/Libraries/AppDelegate) - React-RCTBlob (from
../node_modules/react-native/Libraries/Blob) - React-RCTImage (from
../node_modules/react-native/Libraries/Image) - React-RCTLinking (from
../node_modules/react-native/Libraries/LinkingIOS) - React-RCTNetwork (from
../node_modules/react-native/Libraries/Network) - React-RCTSettings (from
../node_modules/react-native/Libraries/Settings) - React-RCTText (from
../node_modules/react-native/Libraries/Text) - React-RCTVibration (from
../node_modules/react-native/Libraries/Vibration) - React-rncore (from
../node_modules/react-native/ReactCommon) - React-runtimeexecutor (from
../node_modules/react-native/ReactCommon/runtimeexecutor) - React-runtimescheduler (from
../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler) - React-utils (from
../node_modules/react-native/ReactCommon/react/utils) - ReactCommon/turbomodule/core (from
../node_modules/react-native/ReactCommon) - RNBackgroundFetch (from
../node_modules/react-native-background-fetch) - RNBackgroundGeolocation (from
../node_modules/react-native-background-geolocation) - "RNCAsyncStorage (from
../node_modules/@react-native-async-storage/async-storage)" - "RNCMaskedView (from
../node_modules/@react-native-masked-view/masked-view)" - RNDeviceInfo (from
../node_modules/react-native-device-info) - "RNFBApp (from
../node_modules/@react-native-firebase/app)" - "RNFBCrashlytics (from
../node_modules/@react-native-firebase/crashlytics)" - "RNFBMessaging (from
../node_modules/@react-native-firebase/messaging)" - RNGestureHandler (from
../node_modules/react-native-gesture-handler) - "RNNotifee (from
../node_modules/@notifee/react-native)" - RNPermissions (from
../node_modules/react-native-permissions) - RNReanimated (from
../node_modules/react-native-reanimated) - RNScreens (from
../node_modules/react-native-screens) - RNSVG (from
../node_modules/react-native-svg) - RNVectorIcons (from
../node_modules/react-native-vector-icons) - sp-react-native-mqtt (from
../node_modules/sp-react-native-mqtt) - Yoga (from
../node_modules/react-native/ReactCommon/yoga)
SPEC REPOS: trunk: - CocoaLumberjack - Firebase - FirebaseAnalytics - FirebaseCore - FirebaseCoreExtension - FirebaseCoreInternal - FirebaseCrashlytics - FirebaseInstallations - FirebaseMessaging - FirebaseSessions - fmt - Google-Maps-iOS-Utils - GoogleAppMeasurement - GoogleDataTransport - GoogleMaps - GoogleUtilities - libevent - MMKV - MMKVCore - MQTTClient - nanopb - PromisesObjC - PromisesSwift - SocketRocket
EXTERNAL SOURCES: boost: :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" FBLazyVector: :path: "../node_modules/react-native/Libraries/FBLazyVector" FBReactNativeSpec: :path: "../node_modules/react-native/React/FBReactNativeSpec" glog: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" :tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0 RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: :path: "../node_modules/react-native/Libraries/RCTRequired" RCTTypeSafety: :path: "../node_modules/react-native/Libraries/TypeSafety" React: :path: "../node_modules/react-native/" React-callinvoker: :path: "../node_modules/react-native/ReactCommon/callinvoker" React-Codegen: :path: build/generated/ios React-Core: :path: "../node_modules/react-native/" React-CoreModules: :path: "../node_modules/react-native/React/CoreModules" React-cxxreact: :path: "../node_modules/react-native/ReactCommon/cxxreact" React-debug: :path: "../node_modules/react-native/ReactCommon/react/debug" React-hermes: :path: "../node_modules/react-native/ReactCommon/hermes" React-jsi: :path: "../node_modules/react-native/ReactCommon/jsi" React-jsiexecutor: :path: "../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: :path: "../node_modules/react-native/ReactCommon/jsinspector" React-logger: :path: "../node_modules/react-native/ReactCommon/logger" react-native-blob-util: :path: "../node_modules/react-native-blob-util" react-native-google-maps: :path: "../node_modules/react-native-maps" react-native-keep-awake: :path: "../node_modules/@sayem314/react-native-keep-awake" react-native-maps: :path: "../node_modules/react-native-maps" react-native-mmkv: :path: "../node_modules/react-native-mmkv" react-native-netinfo: :path: "../node_modules/@react-native-community/netinfo" react-native-pdf: :path: "../node_modules/react-native-pdf" react-native-safe-area-context: :path: "../node_modules/react-native-safe-area-context" react-native-splash-screen: :path: "../node_modules/react-native-splash-screen" react-native-version-check: :path: "../node_modules/react-native-version-check" react-native-webview: :path: "../node_modules/react-native-webview" React-NativeModulesApple: :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" React-perflogger: :path: "../node_modules/react-native/ReactCommon/reactperflogger" React-RCTActionSheet: :path: "../node_modules/react-native/Libraries/ActionSheetIOS" React-RCTAnimation: :path: "../node_modules/react-native/Libraries/NativeAnimation" React-RCTAppDelegate: :path: "../node_modules/react-native/Libraries/AppDelegate" React-RCTBlob: :path: "../node_modules/react-native/Libraries/Blob" React-RCTImage: :path: "../node_modules/react-native/Libraries/Image" React-RCTLinking: :path: "../node_modules/react-native/Libraries/LinkingIOS" React-RCTNetwork: :path: "../node_modules/react-native/Libraries/Network" React-RCTSettings: :path: "../node_modules/react-native/Libraries/Settings" React-RCTText: :path: "../node_modules/react-native/Libraries/Text" React-RCTVibration: :path: "../node_modules/react-native/Libraries/Vibration" React-rncore: :path: "../node_modules/react-native/ReactCommon" React-runtimeexecutor: :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" React-runtimescheduler: :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" React-utils: :path: "../node_modules/react-native/ReactCommon/react/utils" ReactCommon: :path: "../node_modules/react-native/ReactCommon" RNBackgroundFetch: :path: "../node_modules/react-native-background-fetch" RNBackgroundGeolocation: :path: "../node_modules/react-native-background-geolocation" RNCAsyncStorage: :path: "../node_modules/@react-native-async-storage/async-storage" RNCMaskedView: :path: "../node_modules/@react-native-masked-view/masked-view" RNDeviceInfo: :path: "../node_modules/react-native-device-info" RNFBApp: :path: "../node_modules/@react-native-firebase/app" RNFBCrashlytics: :path: "../node_modules/@react-native-firebase/crashlytics" RNFBMessaging: :path: "../node_modules/@react-native-firebase/messaging" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" RNNotifee: :path: "../node_modules/@notifee/react-native" RNPermissions: :path: "../node_modules/react-native-permissions" RNReanimated: :path: "../node_modules/react-native-reanimated" RNScreens: :path: "../node_modules/react-native-screens" RNSVG: :path: "../node_modules/react-native-svg" RNVectorIcons: :path: "../node_modules/react-native-vector-icons" sp-react-native-mqtt: :path: "../node_modules/sp-react-native-mqtt" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597 FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671 Firebase: 6c1bf3f534bc422d52af2e41fe0d50bf08b6b773 FirebaseAnalytics: 5c6d58814afa4db82cf7fdbc02b0b0e2fa3d43ff FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02 FirebaseCoreExtension: 976638051b1a46b503afce7ec80277f9161f2040 FirebaseCoreInternal: b444828ea7cfd594fca83046b95db98a2be4f290 FirebaseCrashlytics: 0fbfa4efa57e8a09d8bf195393b50c237e3322b5 FirebaseInstallations: 033d199474164db20c8350736842a94fe717b960 FirebaseMessaging: 1077a4499f0c0a140b9a2e34fe08a1acc806b36d FirebaseSessions: e5f4caa188dc8bc6142abc974355be75b042215e fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a GoogleAppMeasurement: 7fee012a868315d418f365fbc8d394d8e020e749 GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 MMKV: f21593c0af4b3f2a0ceb8f820f28bb639ea22bb7 MMKVCore: 31b4cb83f8266467eef20a35b6d78e409a11060d MQTTClient: 0dfa04e789479c2e461786464969895c1fcb0875 nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265 RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: 83bca1c184feb4d2e51c72c8369b83d641443f95 RCTTypeSafety: 13c4a87a16d7db6cd66006ce9759f073402ef85b React: e67aa9f99957c7611c392b5e49355d877d6525e2 React-callinvoker: 2790c09d964c2e5404b5410cde91b152e3746b7b React-Codegen: e6e05e105ca7cdb990f4d609985a2a689d8d0653 React-Core: 9283f1e7d0d5e3d33ad298547547b1b43912534c React-CoreModules: 6312c9b2fec4329d9ae6a2b8c350032d1664c51b React-cxxreact: 7da72565656c8ac7f97c9a031d0b199bbdec0640 React-debug: 4accb2b9dc09b575206d2c42f4082990a52ae436 React-hermes: 1299a94f255f59a72d5baa54a2ca2e1eee104947 React-jsi: 2208de64c3a41714ac04e86975386fc49116ea13 React-jsiexecutor: c49502e5d02112247ee4526bc3ccfc891ae3eb9b React-jsinspector: 8baadae51f01d867c3921213a25ab78ab4fbcd91 React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f react-native-blob-util: 30a6c9fd067aadf9177e61a998f2c7efb670598d react-native-google-maps: 00658b2607c680c4f9ac85453909c4292567be24 react-native-keep-awake: ad1d67f617756b139536977a0bf06b27cec0714a react-native-maps: 084fccedd6785bd41e85a13a26e8e6252a45b594 react-native-mmkv: dea675cf9697ad35940f1687e98e133e1358ef9f react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5 react-native-pdf: b4ca3d37a9a86d9165287741c8b2ef4d8940c00e react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457 react-native-version-check: 6cd36aad4e30b8e3216747e3b4ddeb09e0647af8 react-native-webview: 65f1143983cfeaedf02fd25b2621d3f4a37075de React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a React-RCTActionSheet: 392090a3abc8992eb269ef0eaa561750588fc39d React-RCTAnimation: 4b3cc6a29474bc0d78c4f04b52ab59bf760e8a9b React-RCTAppDelegate: 89b015b29885109addcabecdf3b2e833905437c7 React-RCTBlob: 3e23dcbe6638897b5605e46d0d62955d78e8d27b React-RCTImage: 8a5d339d614a90a183fc1b8b6a7eb44e2e703943 React-RCTLinking: b37dfbf646d77c326f9eae094b1fcd575b1c24c7 React-RCTNetwork: 8bed9b2461c7d8a7d14e63df9b16181c448beebc React-RCTSettings: 506a5f09a455123a8873801b70aa7b4010b76b01 React-RCTText: 3c71ecaad8ee010b79632ea2590f86c02f5cce17 React-RCTVibration: d1b78ca38f61ea4b3e9ebb2ddbd0b5662631d99b React-rncore: bfc2f6568b6fecbae6f2f774e95c60c3c9e95bf2 React-runtimeexecutor: 47b0a2d5bbb416db65ef881a6f7bdcfefa0001ab React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415 ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6 RNBackgroundFetch: 501c34ad6e880818ba17e7840b23f20a2d112923 RNBackgroundGeolocation: bf3b45667c4d3c999501f5f8cb16dc35fc01e759 RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNDeviceInfo: bf8a32acbcb875f568217285d1793b0e8588c974 RNFBApp: af276a038f2e1488d59920697bba97b43f83164c RNFBCrashlytics: 788609aee13670263aa185500f69714c538af4ba RNFBMessaging: d991f55546b940c4aaf73559d8590bf9a9d8620c RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5 RNNotifee: f3c01b391dd8e98e67f539f9a35a9cbcd3bae744 RNPermissions: b2204d43803c9bd72ac202e7ba54182e9b0f35e1 RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87 RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9 RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 sp-react-native-mqtt: 3aa5aa2187eb294307efc67e6ad112cbe2142ddb Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
PODFILE CHECKSUM: 018083e891686dbba07a4bc5bb8398d4831c86cf
COCOAPODS: 1.12.1
CocoaLumberjack (3.7.4):
CocoaLumberjack/Core (= 3.7.4)
CocoaLumberjack/Core (3.7.4)
.
.
.
RNBackgroundGeolocation (4.14.5):
CocoaLumberjack (~> 3.7.2)
Show me your Podfile
podfile info.
config = use_native_modules! $RNFirebaseAsStaticFramework = true # Flags change depending on the env values. flags = get_default_flags()
use_react_native!( :path => config[:reactNativePath], # Hermes is now enabled by default. Disable by setting this flag to false. :hermes_enabled => flags[:hermes_enabled], :fabric_enabled => flags[:fabric_enabled], # Enables Flipper. # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable the next line. :flipper_configuration => flipper_config, # An absolute path to your application root. :app_path => "#{Pod::Config.instance.installation_root}/.." )
rn_maps_path = '../node_modules/react-native-maps' pod 'react-native-google-maps', :path => rn_maps_path pod 'Firebase', :modular_headers => true pod 'FirebaseCore', :modular_headers => true pod 'FirebaseCoreExtension', :modular_headers => true pod 'FirebaseInstallations', :modular_headers => true pod 'GoogleDataTransport', :modular_headers => true pod 'nanopb', :modular_headers => true pod 'GoogleUtilities', :modular_headers => true pod 'react-native-version-check', :path => '../node_modules/react-native-version-check' pod 'MQTTClient'
This "MQTT" plugin you're using ultimately imports a Pod named MQTTClient, whose podspec imports CocoaLumberjack but doesn't seem to specify a version range, as mine does.
Thus, your app is importing two different versions of CocoaLumberjack, 3.7.2 and v3.7.4.
You could try forking this plugin and modifying this line to 3.7.4
I updated the CocoaLumberjack library to 3.7.2 but still
duplicate symbol '_ddLogLevel' in: /ios/build/Debug-iphonesimulator/MQTTClient/libMQTTClient.a(MQTTLog.o) /ios/build/Debug-iphonesimulator/XCFrameworkIntermediates/RNBackgroundGeolocation/TSLocationManager.framework/TSLocationManager(TSLog.o) ld: 1 duplicate symbol for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I get this error. when I remove react-native-background-geolocation library the application works.
Do you have any other solution? I have been dealing with this error for days.
I updated the CocoaLumberjack library to 3.7.2 but still
background-geolocation already imports 3.7.2. "MQTT" is importing 3.7.4. You need to tell background-geolocation to import 3.7.4 by forking background-geolocation and updating its podspec to match what MQTT is doing.
i try but not change, same error...
So you made the change to your clone, re-installed the plug-in, re-ran pod install and verified that 3.7.4 was imported?
yes, this is podfile.lock
PODS:
- boost (1.76.0)
- CocoaLumberjack (3.7.4):
- CocoaLumberjack/Core (= 3.7.4)
- CocoaLumberjack/Core (3.7.4)
- DoubleConversion (1.1.6)
- FBLazyVector (0.72.7)
- FBReactNativeSpec (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTRequired (= 0.72.7)
- RCTTypeSafety (= 0.72.7)
- React-Core (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- Firebase (10.14.0):
- Firebase/Core (= 10.14.0)
- Firebase/Core (10.14.0):
- Firebase/CoreOnly
- FirebaseAnalytics (~> 10.14.0)
- Firebase/CoreOnly (10.14.0):
- FirebaseCore (= 10.14.0)
- Firebase/Crashlytics (10.14.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 10.14.0)
- Firebase/Messaging (10.14.0):
- Firebase/CoreOnly
- FirebaseMessaging (~> 10.14.0)
- FirebaseAnalytics (10.14.0):
- FirebaseAnalytics/AdIdSupport (= 10.14.0)
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseAnalytics/AdIdSupport (10.14.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleAppMeasurement (= 10.14.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseCore (10.14.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Logger (~> 7.8)
- FirebaseCoreExtension (10.14.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.19.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.14.0):
- FirebaseCore (~> 10.5)
- FirebaseInstallations (~> 10.0)
- FirebaseSessions (~> 10.5)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseInstallations (10.19.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- PromisesObjC (~> 2.1)
- FirebaseMessaging (10.14.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Reachability (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- nanopb (< 2.30910.0, >= 2.30908.0)
- FirebaseSessions (10.19.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.10)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- fmt (6.2.1)
- glog (0.3.5)
- Google-Maps-iOS-Utils (4.2.2):
- Google-Maps-iOS-Utils/Clustering (= 4.2.2)
- Google-Maps-iOS-Utils/Geometry (= 4.2.2)
- Google-Maps-iOS-Utils/GeometryUtils (= 4.2.2)
- Google-Maps-iOS-Utils/Heatmap (= 4.2.2)
- Google-Maps-iOS-Utils/QuadTree (= 4.2.2)
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/Clustering (4.2.2):
- Google-Maps-iOS-Utils/QuadTree
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/Geometry (4.2.2):
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/GeometryUtils (4.2.2):
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/Heatmap (4.2.2):
- Google-Maps-iOS-Utils/QuadTree
- GoogleMaps (~> 7.3)
- Google-Maps-iOS-Utils/QuadTree (4.2.2):
- GoogleMaps (~> 7.3)
- GoogleAppMeasurement (10.14.0):
- GoogleAppMeasurement/AdIdSupport (= 10.14.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/AdIdSupport (10.14.0):
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.14.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleAppMeasurement/WithoutAdIdSupport (10.14.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30910.0, >= 2.30908.0)
- GoogleDataTransport (9.3.0):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
- GoogleMaps (7.4.0):
- GoogleMaps/Maps (= 7.4.0)
- GoogleMaps/Base (7.4.0)
- GoogleMaps/Maps (7.4.0):
- GoogleMaps/Base
- GoogleUtilities (7.12.0):
- GoogleUtilities/AppDelegateSwizzler (= 7.12.0)
- GoogleUtilities/Environment (= 7.12.0)
- GoogleUtilities/ISASwizzler (= 7.12.0)
- GoogleUtilities/Logger (= 7.12.0)
- GoogleUtilities/MethodSwizzler (= 7.12.0)
- GoogleUtilities/Network (= 7.12.0)
- "GoogleUtilities/NSData+zlib (= 7.12.0)"
- GoogleUtilities/Reachability (= 7.12.0)
- GoogleUtilities/SwizzlerTestHelpers (= 7.12.0)
- GoogleUtilities/UserDefaults (= 7.12.0)
- GoogleUtilities/AppDelegateSwizzler (7.12.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Environment (7.12.0):
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/ISASwizzler (7.12.0)
- GoogleUtilities/Logger (7.12.0):
- GoogleUtilities/Environment
- GoogleUtilities/MethodSwizzler (7.12.0):
- GoogleUtilities/Logger
- GoogleUtilities/Network (7.12.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.12.0)"
- GoogleUtilities/Reachability (7.12.0):
- GoogleUtilities/Logger
- GoogleUtilities/SwizzlerTestHelpers (7.12.0):
- GoogleUtilities/MethodSwizzler
- GoogleUtilities/UserDefaults (7.12.0):
- GoogleUtilities/Logger
- hermes-engine (0.72.7):
- hermes-engine/Pre-built (= 0.72.7)
- hermes-engine/Pre-built (0.72.7)
- libevent (2.1.12)
- MMKV (1.3.2):
- MMKVCore (~> 1.3.2)
- MMKVCore (1.3.2)
- MQTTClient (0.15.3):
- MQTTClient/Core (= 0.15.3)
- MQTTClient/Core (0.15.3):
- MQTTClient/Manager
- MQTTClient/Min
- MQTTClient/Manager (0.15.3):
- MQTTClient/Min
- MQTTClient/Min (0.15.3)
- nanopb (2.30909.1):
- nanopb/decode (= 2.30909.1)
- nanopb/encode (= 2.30909.1)
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- PromisesObjC (2.3.1)
- PromisesSwift (2.3.1):
- PromisesObjC (= 2.3.1)
- RCT-Folly (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCT-Folly/Default (= 2021.07.22.00)
- RCT-Folly/Default (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCT-Folly/Futures (2021.07.22.00):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- libevent
- RCTRequired (0.72.7)
- RCTTypeSafety (0.72.7):
- FBLazyVector (= 0.72.7)
- RCTRequired (= 0.72.7)
- React-Core (= 0.72.7)
- React (0.72.7):
- React-Core (= 0.72.7)
- React-Core/DevSupport (= 0.72.7)
- React-Core/RCTWebSocket (= 0.72.7)
- React-RCTActionSheet (= 0.72.7)
- React-RCTAnimation (= 0.72.7)
- React-RCTBlob (= 0.72.7)
- React-RCTImage (= 0.72.7)
- React-RCTLinking (= 0.72.7)
- React-RCTNetwork (= 0.72.7)
- React-RCTSettings (= 0.72.7)
- React-RCTText (= 0.72.7)
- React-RCTVibration (= 0.72.7)
- React-callinvoker (0.72.7)
- React-Codegen (0.72.7):
- DoubleConversion
- FBReactNativeSpec
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- React-jsi
- React-jsiexecutor
- React-NativeModulesApple
- React-rncore
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- React-Core (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default (= 0.72.7)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/CoreModulesHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/Default (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/DevSupport (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default (= 0.72.7)
- React-Core/RCTWebSocket (= 0.72.7)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector (= 0.72.7)
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTActionSheetHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTAnimationHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTBlobHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTImageHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTLinkingHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTNetworkHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTSettingsHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTTextHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTVibrationHeaders (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-Core/RCTWebSocket (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Core/Default (= 0.72.7)
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-perflogger
- React-runtimeexecutor
- React-utils
- SocketRocket (= 0.6.1)
- Yoga
- React-CoreModules (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/CoreModulesHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- React-RCTBlob
- React-RCTImage (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- SocketRocket (= 0.6.1)
- React-cxxreact (0.72.7):
- boost (= 1.76.0)
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker (= 0.72.7)
- React-debug (= 0.72.7)
- React-jsi (= 0.72.7)
- React-jsinspector (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- React-runtimeexecutor (= 0.72.7)
- React-debug (0.72.7)
- React-hermes (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- RCT-Folly/Futures (= 2021.07.22.00)
- React-cxxreact (= 0.72.7)
- React-jsi
- React-jsiexecutor (= 0.72.7)
- React-jsinspector (= 0.72.7)
- React-perflogger (= 0.72.7)
- React-jsi (0.72.7):
- boost (= 1.76.0)
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-jsiexecutor (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-cxxreact (= 0.72.7)
- React-jsi (= 0.72.7)
- React-perflogger (= 0.72.7)
- React-jsinspector (0.72.7)
- React-logger (0.72.7):
- glog
- react-native-awesome-mqtt (0.2.4):
- React-Core
- react-native-blob-util (0.19.4):
- React-Core
- react-native-google-maps (1.9.0):
- Google-Maps-iOS-Utils (= 4.2.2)
- GoogleMaps (= 7.4.0)
- React-Core
- react-native-keep-awake (1.2.2):
- React-Core
- react-native-maps (1.9.0):
- React-Core
- react-native-mmkv (2.10.1):
- MMKV (>= 1.2.13)
- React-Core
- react-native-netinfo (9.4.1):
- React-Core
- react-native-pdf (6.7.3):
- React-Core
- react-native-safe-area-context (4.4.1):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- ReactCommon/turbomodule/core
- react-native-splash-screen (3.3.0):
- React-Core
- react-native-version-check (3.4.7):
- React-Core
- react-native-webview (12.4.0):
- React-Core
- React-NativeModulesApple (0.72.7):
- hermes-engine
- React-callinvoker
- React-Core
- React-cxxreact
- React-jsi
- React-runtimeexecutor
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- React-perflogger (0.72.7)
- React-RCTActionSheet (0.72.7):
- React-Core/RCTActionSheetHeaders (= 0.72.7)
- React-RCTAnimation (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTAnimationHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTAppDelegate (0.72.7):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- React-CoreModules
- React-hermes
- React-NativeModulesApple
- React-RCTImage
- React-RCTNetwork
- React-runtimescheduler
- ReactCommon/turbomodule/core
- React-RCTBlob (0.72.7):
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-Codegen (= 0.72.7)
- React-Core/RCTBlobHeaders (= 0.72.7)
- React-Core/RCTWebSocket (= 0.72.7)
- React-jsi (= 0.72.7)
- React-RCTNetwork (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTImage (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTImageHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- React-RCTNetwork (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTLinking (0.72.7):
- React-Codegen (= 0.72.7)
- React-Core/RCTLinkingHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTNetwork (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTNetworkHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTSettings (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- RCTTypeSafety (= 0.72.7)
- React-Codegen (= 0.72.7)
- React-Core/RCTSettingsHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-RCTText (0.72.7):
- React-Core/RCTTextHeaders (= 0.72.7)
- React-RCTVibration (0.72.7):
- RCT-Folly (= 2021.07.22.00)
- React-Codegen (= 0.72.7)
- React-Core/RCTVibrationHeaders (= 0.72.7)
- React-jsi (= 0.72.7)
- ReactCommon/turbomodule/core (= 0.72.7)
- React-rncore (0.72.7)
- React-runtimeexecutor (0.72.7):
- React-jsi (= 0.72.7)
- React-runtimescheduler (0.72.7):
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker
- React-debug
- React-jsi
- React-runtimeexecutor
- React-utils (0.72.7):
- glog
- RCT-Folly (= 2021.07.22.00)
- React-debug
- ReactCommon/turbomodule/bridging (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker (= 0.72.7)
- React-cxxreact (= 0.72.7)
- React-jsi (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- ReactCommon/turbomodule/core (0.72.7):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2021.07.22.00)
- React-callinvoker (= 0.72.7)
- React-cxxreact (= 0.72.7)
- React-jsi (= 0.72.7)
- React-logger (= 0.72.7)
- React-perflogger (= 0.72.7)
- RNBackgroundFetch (4.2.1):
- React-Core
- RNBackgroundGeolocation (4.14.5):
- React-Core
- RNCAsyncStorage (1.19.3):
- React-Core
- RNCMaskedView (0.2.9):
- React-Core
- RNDeviceInfo (10.11.0):
- React-Core
- RNFBApp (18.4.0):
- Firebase/CoreOnly (= 10.14.0)
- React-Core
- RNFBCrashlytics (18.4.0):
- Firebase/Crashlytics (= 10.14.0)
- FirebaseCoreExtension (= 10.14.0)
- React-Core
- RNFBApp
- RNFBMessaging (18.4.0):
- Firebase/Messaging (= 10.14.0)
- FirebaseCoreExtension (= 10.14.0)
- React-Core
- RNFBApp
- RNGestureHandler (2.12.0):
- React-Core
- RNNotifee (7.8.0):
- React-Core
- RNNotifee/NotifeeCore (= 7.8.0)
- RNNotifee/NotifeeCore (7.8.0):
- React-Core
- RNPermissions (3.8.4):
- React-Core
- RNReanimated (3.5.4):
- DoubleConversion
- FBLazyVector
- glog
- hermes-engine
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-callinvoker
- React-Core
- React-Core/DevSupport
- React-Core/RCTWebSocket
- React-CoreModules
- React-cxxreact
- React-hermes
- React-jsi
- React-jsiexecutor
- React-jsinspector
- React-RCTActionSheet
- React-RCTAnimation
- React-RCTAppDelegate
- React-RCTBlob
- React-RCTImage
- React-RCTLinking
- React-RCTNetwork
- React-RCTSettings
- React-RCTText
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (3.18.2):
- React-Core
- React-RCTImage
- RNSVG (13.10.0):
- React-Core
- RNVectorIcons (10.0.0):
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)
DEPENDENCIES:
- boost (from
../node_modules/react-native/third-party-podspecs/boost.podspec) - CocoaLumberjack (= 3.7.4)
- DoubleConversion (from
../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec) - FBLazyVector (from
../node_modules/react-native/Libraries/FBLazyVector) - FBReactNativeSpec (from
../node_modules/react-native/React/FBReactNativeSpec) - Firebase
- FirebaseCore
- FirebaseCoreExtension
- FirebaseInstallations
- glog (from
../node_modules/react-native/third-party-podspecs/glog.podspec) - GoogleDataTransport
- GoogleUtilities
- hermes-engine (from
../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec) - libevent (~> 2.1.12)
- MQTTClient
- nanopb
- RCT-Folly (from
../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec) - RCTRequired (from
../node_modules/react-native/Libraries/RCTRequired) - RCTTypeSafety (from
../node_modules/react-native/Libraries/TypeSafety) - React (from
../node_modules/react-native/) - React-callinvoker (from
../node_modules/react-native/ReactCommon/callinvoker) - React-Codegen (from
build/generated/ios) - React-Core (from
../node_modules/react-native/) - React-Core/RCTWebSocket (from
../node_modules/react-native/) - React-CoreModules (from
../node_modules/react-native/React/CoreModules) - React-cxxreact (from
../node_modules/react-native/ReactCommon/cxxreact) - React-debug (from
../node_modules/react-native/ReactCommon/react/debug) - React-hermes (from
../node_modules/react-native/ReactCommon/hermes) - React-jsi (from
../node_modules/react-native/ReactCommon/jsi) - React-jsiexecutor (from
../node_modules/react-native/ReactCommon/jsiexecutor) - React-jsinspector (from
../node_modules/react-native/ReactCommon/jsinspector) - React-logger (from
../node_modules/react-native/ReactCommon/logger) - react-native-awesome-mqtt (from
../node_modules/react-native-awesome-mqtt) - react-native-blob-util (from
../node_modules/react-native-blob-util) - react-native-google-maps (from
../node_modules/react-native-maps) - "react-native-keep-awake (from
../node_modules/@sayem314/react-native-keep-awake)" - react-native-maps (from
../node_modules/react-native-maps) - react-native-mmkv (from
../node_modules/react-native-mmkv) - "react-native-netinfo (from
../node_modules/@react-native-community/netinfo)" - react-native-pdf (from
../node_modules/react-native-pdf) - react-native-safe-area-context (from
../node_modules/react-native-safe-area-context) - react-native-splash-screen (from
../node_modules/react-native-splash-screen) - react-native-version-check (from
../node_modules/react-native-version-check) - react-native-webview (from
../node_modules/react-native-webview) - React-NativeModulesApple (from
../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios) - React-perflogger (from
../node_modules/react-native/ReactCommon/reactperflogger) - React-RCTActionSheet (from
../node_modules/react-native/Libraries/ActionSheetIOS) - React-RCTAnimation (from
../node_modules/react-native/Libraries/NativeAnimation) - React-RCTAppDelegate (from
../node_modules/react-native/Libraries/AppDelegate) - React-RCTBlob (from
../node_modules/react-native/Libraries/Blob) - React-RCTImage (from
../node_modules/react-native/Libraries/Image) - React-RCTLinking (from
../node_modules/react-native/Libraries/LinkingIOS) - React-RCTNetwork (from
../node_modules/react-native/Libraries/Network) - React-RCTSettings (from
../node_modules/react-native/Libraries/Settings) - React-RCTText (from
../node_modules/react-native/Libraries/Text) - React-RCTVibration (from
../node_modules/react-native/Libraries/Vibration) - React-rncore (from
../node_modules/react-native/ReactCommon) - React-runtimeexecutor (from
../node_modules/react-native/ReactCommon/runtimeexecutor) - React-runtimescheduler (from
../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler) - React-utils (from
../node_modules/react-native/ReactCommon/react/utils) - ReactCommon/turbomodule/core (from
../node_modules/react-native/ReactCommon) - RNBackgroundFetch (from
../node_modules/react-native-background-fetch) - RNBackgroundGeolocation (from
../node_modules/react-native-background-geolocation) - "RNCAsyncStorage (from
../node_modules/@react-native-async-storage/async-storage)" - "RNCMaskedView (from
../node_modules/@react-native-masked-view/masked-view)" - RNDeviceInfo (from
../node_modules/react-native-device-info) - "RNFBApp (from
../node_modules/@react-native-firebase/app)" - "RNFBCrashlytics (from
../node_modules/@react-native-firebase/crashlytics)" - "RNFBMessaging (from
../node_modules/@react-native-firebase/messaging)" - RNGestureHandler (from
../node_modules/react-native-gesture-handler) - "RNNotifee (from
../node_modules/@notifee/react-native)" - RNPermissions (from
../node_modules/react-native-permissions) - RNReanimated (from
../node_modules/react-native-reanimated) - RNScreens (from
../node_modules/react-native-screens) - RNSVG (from
../node_modules/react-native-svg) - RNVectorIcons (from
../node_modules/react-native-vector-icons) - Yoga (from
../node_modules/react-native/ReactCommon/yoga)
SPEC REPOS: trunk: - CocoaLumberjack - Firebase - FirebaseAnalytics - FirebaseCore - FirebaseCoreExtension - FirebaseCoreInternal - FirebaseCrashlytics - FirebaseInstallations - FirebaseMessaging - FirebaseSessions - fmt - Google-Maps-iOS-Utils - GoogleAppMeasurement - GoogleDataTransport - GoogleMaps - GoogleUtilities - libevent - MMKV - MMKVCore - MQTTClient - nanopb - PromisesObjC - PromisesSwift - SocketRocket
EXTERNAL SOURCES: boost: :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" FBLazyVector: :path: "../node_modules/react-native/Libraries/FBLazyVector" FBReactNativeSpec: :path: "../node_modules/react-native/React/FBReactNativeSpec" glog: :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" hermes-engine: :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec" :tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0 RCT-Folly: :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec" RCTRequired: :path: "../node_modules/react-native/Libraries/RCTRequired" RCTTypeSafety: :path: "../node_modules/react-native/Libraries/TypeSafety" React: :path: "../node_modules/react-native/" React-callinvoker: :path: "../node_modules/react-native/ReactCommon/callinvoker" React-Codegen: :path: build/generated/ios React-Core: :path: "../node_modules/react-native/" React-CoreModules: :path: "../node_modules/react-native/React/CoreModules" React-cxxreact: :path: "../node_modules/react-native/ReactCommon/cxxreact" React-debug: :path: "../node_modules/react-native/ReactCommon/react/debug" React-hermes: :path: "../node_modules/react-native/ReactCommon/hermes" React-jsi: :path: "../node_modules/react-native/ReactCommon/jsi" React-jsiexecutor: :path: "../node_modules/react-native/ReactCommon/jsiexecutor" React-jsinspector: :path: "../node_modules/react-native/ReactCommon/jsinspector" React-logger: :path: "../node_modules/react-native/ReactCommon/logger" react-native-awesome-mqtt: :path: "../node_modules/react-native-awesome-mqtt" react-native-blob-util: :path: "../node_modules/react-native-blob-util" react-native-google-maps: :path: "../node_modules/react-native-maps" react-native-keep-awake: :path: "../node_modules/@sayem314/react-native-keep-awake" react-native-maps: :path: "../node_modules/react-native-maps" react-native-mmkv: :path: "../node_modules/react-native-mmkv" react-native-netinfo: :path: "../node_modules/@react-native-community/netinfo" react-native-pdf: :path: "../node_modules/react-native-pdf" react-native-safe-area-context: :path: "../node_modules/react-native-safe-area-context" react-native-splash-screen: :path: "../node_modules/react-native-splash-screen" react-native-version-check: :path: "../node_modules/react-native-version-check" react-native-webview: :path: "../node_modules/react-native-webview" React-NativeModulesApple: :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios" React-perflogger: :path: "../node_modules/react-native/ReactCommon/reactperflogger" React-RCTActionSheet: :path: "../node_modules/react-native/Libraries/ActionSheetIOS" React-RCTAnimation: :path: "../node_modules/react-native/Libraries/NativeAnimation" React-RCTAppDelegate: :path: "../node_modules/react-native/Libraries/AppDelegate" React-RCTBlob: :path: "../node_modules/react-native/Libraries/Blob" React-RCTImage: :path: "../node_modules/react-native/Libraries/Image" React-RCTLinking: :path: "../node_modules/react-native/Libraries/LinkingIOS" React-RCTNetwork: :path: "../node_modules/react-native/Libraries/Network" React-RCTSettings: :path: "../node_modules/react-native/Libraries/Settings" React-RCTText: :path: "../node_modules/react-native/Libraries/Text" React-RCTVibration: :path: "../node_modules/react-native/Libraries/Vibration" React-rncore: :path: "../node_modules/react-native/ReactCommon" React-runtimeexecutor: :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" React-runtimescheduler: :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler" React-utils: :path: "../node_modules/react-native/ReactCommon/react/utils" ReactCommon: :path: "../node_modules/react-native/ReactCommon" RNBackgroundFetch: :path: "../node_modules/react-native-background-fetch" RNBackgroundGeolocation: :path: "../node_modules/react-native-background-geolocation" RNCAsyncStorage: :path: "../node_modules/@react-native-async-storage/async-storage" RNCMaskedView: :path: "../node_modules/@react-native-masked-view/masked-view" RNDeviceInfo: :path: "../node_modules/react-native-device-info" RNFBApp: :path: "../node_modules/@react-native-firebase/app" RNFBCrashlytics: :path: "../node_modules/@react-native-firebase/crashlytics" RNFBMessaging: :path: "../node_modules/@react-native-firebase/messaging" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" RNNotifee: :path: "../node_modules/@notifee/react-native" RNPermissions: :path: "../node_modules/react-native-permissions" RNReanimated: :path: "../node_modules/react-native-reanimated" RNScreens: :path: "../node_modules/react-native-screens" RNSVG: :path: "../node_modules/react-native-svg" RNVectorIcons: :path: "../node_modules/react-native-vector-icons" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS: boost: 57d2868c099736d80fcd648bf211b4431e51a558 CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646 DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597 FBReactNativeSpec: 638095fe8a01506634d77b260ef8a322019ac671 Firebase: 6c1bf3f534bc422d52af2e41fe0d50bf08b6b773 FirebaseAnalytics: 5c6d58814afa4db82cf7fdbc02b0b0e2fa3d43ff FirebaseCore: 6fc17ac9f03509d51c131298aacb3ee5698b4f02 FirebaseCoreExtension: 976638051b1a46b503afce7ec80277f9161f2040 FirebaseCoreInternal: b444828ea7cfd594fca83046b95db98a2be4f290 FirebaseCrashlytics: 0fbfa4efa57e8a09d8bf195393b50c237e3322b5 FirebaseInstallations: 033d199474164db20c8350736842a94fe717b960 FirebaseMessaging: 1077a4499f0c0a140b9a2e34fe08a1acc806b36d FirebaseSessions: e5f4caa188dc8bc6142abc974355be75b042215e fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a GoogleAppMeasurement: 7fee012a868315d418f365fbc8d394d8e020e749 GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe GoogleMaps: 032f676450ba0779bd8ce16840690915f84e57ac GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34 hermes-engine: 9180d43df05c1ed658a87cc733dc3044cf90c00a libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 MMKV: f21593c0af4b3f2a0ceb8f820f28bb639ea22bb7 MMKVCore: 31b4cb83f8266467eef20a35b6d78e409a11060d MQTTClient: 0dfa04e789479c2e461786464969895c1fcb0875 nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5 PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4 PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265 RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: 83bca1c184feb4d2e51c72c8369b83d641443f95 RCTTypeSafety: 13c4a87a16d7db6cd66006ce9759f073402ef85b React: e67aa9f99957c7611c392b5e49355d877d6525e2 React-callinvoker: 2790c09d964c2e5404b5410cde91b152e3746b7b React-Codegen: e6e05e105ca7cdb990f4d609985a2a689d8d0653 React-Core: 9283f1e7d0d5e3d33ad298547547b1b43912534c React-CoreModules: 6312c9b2fec4329d9ae6a2b8c350032d1664c51b React-cxxreact: 7da72565656c8ac7f97c9a031d0b199bbdec0640 React-debug: 4accb2b9dc09b575206d2c42f4082990a52ae436 React-hermes: 1299a94f255f59a72d5baa54a2ca2e1eee104947 React-jsi: 2208de64c3a41714ac04e86975386fc49116ea13 React-jsiexecutor: c49502e5d02112247ee4526bc3ccfc891ae3eb9b React-jsinspector: 8baadae51f01d867c3921213a25ab78ab4fbcd91 React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f react-native-awesome-mqtt: c7a43a93457b002eb35a213c55fbafc10a2149ef react-native-blob-util: 30a6c9fd067aadf9177e61a998f2c7efb670598d react-native-google-maps: 00658b2607c680c4f9ac85453909c4292567be24 react-native-keep-awake: ad1d67f617756b139536977a0bf06b27cec0714a react-native-maps: 084fccedd6785bd41e85a13a26e8e6252a45b594 react-native-mmkv: dea675cf9697ad35940f1687e98e133e1358ef9f react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5 react-native-pdf: b4ca3d37a9a86d9165287741c8b2ef4d8940c00e react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457 react-native-version-check: 6cd36aad4e30b8e3216747e3b4ddeb09e0647af8 react-native-webview: 65f1143983cfeaedf02fd25b2621d3f4a37075de React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a React-RCTActionSheet: 392090a3abc8992eb269ef0eaa561750588fc39d React-RCTAnimation: 4b3cc6a29474bc0d78c4f04b52ab59bf760e8a9b React-RCTAppDelegate: 89b015b29885109addcabecdf3b2e833905437c7 React-RCTBlob: 3e23dcbe6638897b5605e46d0d62955d78e8d27b React-RCTImage: 8a5d339d614a90a183fc1b8b6a7eb44e2e703943 React-RCTLinking: b37dfbf646d77c326f9eae094b1fcd575b1c24c7 React-RCTNetwork: 8bed9b2461c7d8a7d14e63df9b16181c448beebc React-RCTSettings: 506a5f09a455123a8873801b70aa7b4010b76b01 React-RCTText: 3c71ecaad8ee010b79632ea2590f86c02f5cce17 React-RCTVibration: d1b78ca38f61ea4b3e9ebb2ddbd0b5662631d99b React-rncore: bfc2f6568b6fecbae6f2f774e95c60c3c9e95bf2 React-runtimeexecutor: 47b0a2d5bbb416db65ef881a6f7bdcfefa0001ab React-runtimescheduler: 7649c3b46c8dee1853691ecf60146a16ae59253c React-utils: 56838edeaaf651220d1e53cd0b8934fb8ce68415 ReactCommon: 5f704096ccf7733b390f59043b6fa9cc180ee4f6 RNBackgroundFetch: 501c34ad6e880818ba17e7840b23f20a2d112923 RNBackgroundGeolocation: e79f4371275d3cc648037cc076b39b8b7cd4f83e RNCAsyncStorage: c913ede1fa163a71cea118ed4670bbaaa4b511bb RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6 RNDeviceInfo: bf8a32acbcb875f568217285d1793b0e8588c974 RNFBApp: af276a038f2e1488d59920697bba97b43f83164c RNFBCrashlytics: 788609aee13670263aa185500f69714c538af4ba RNFBMessaging: d991f55546b940c4aaf73559d8590bf9a9d8620c RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5 RNNotifee: f3c01b391dd8e98e67f539f9a35a9cbcd3bae744 RNPermissions: b2204d43803c9bd72ac202e7ba54182e9b0f35e1 RNReanimated: ab2e96c6d5591c3dfbb38a464f54c8d17fb34a87 RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d RNSVG: 80584470ff1ffc7994923ea135a3e5ad825546b9 RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5
PODFILE CHECKSUM: e1bc7e2fe439f508b1b6ed975696479a31c10839
COCOAPODS: 1.12.1
Do you have any other solution suggestions? I still couldn't solve the problem.
I suggest you experiment within a simple HelloWorld app. Add both plugins, attempt to solve it
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.