customerio / customerio-reactnative

MIT License
23 stars 11 forks source link

No such module 'CioInternalCommon' #160

Closed TwistedMinda closed 1 year ago

TwistedMinda commented 1 year ago

SDK version: 2.5.0 (react-native 0.71.6)

Platform: iOS

Are logs available?

node_modules/customerio-reactnative/ios/CustomerioReactnative.swift:3:8: error: no such module 'CioInternalCommon'
> import CioInternalCommon

Describe the bug: When updating from 2.3.3 to 2.4.2 or newer

To Reproduce

Update from 2.3.3 to >= 2.4.2 (where the first imports to CioInternalCommon appeared)

Expected behavior

I expect no build errors ;)

Screenshots

Screenshot 2023-06-30 at 14 01 59
levibostian commented 1 year ago

Sorry you encountered this error, @TwistedMinda. We are working on making improvements to our SDK to prevent errors like this from happening. I understand they can be frustrating.

Try to run pod update --repo-update --project-directory=ios in your React Native project and see if the build error goes away.

If you still get a build error, please, follow these steps to further help you.

TwistedMinda commented 1 year ago

Hi, thanks for the fast response!

It didn't help, no changes happened when trying to repo-update, here is the output:

"pod update --repo-update" output ``` Using Expo modules [Expo] Enabling modular headers for pod ExpoModulesCore Adding a custom script phase for Pod RNFBApp: [RNFB] Core Configuration Auto-linking React Native modules for target `Project`: BVLinearGradient, CodePush, RNCAsyncStorage, RNCClipboard, RNDeviceInfo, RNFBApp, RNFBDynamicLinks, RNFS, RNFastImage, RNGestureHandler, RNImageCropPicker, RNKeychain, RNLocalize, RNPermissions, RNReanimated, RNSVG, RNScreens, RNSentry, RNShare, amplitude-react-native, appcenter-core, customerio-reactnative, intercom-react-native, lottie-react-native, react-native-blob-util, react-native-cameraroll, react-native-config, react-native-contacts, react-native-date-picker, react-native-fbsdk-next, react-native-image-resizer, react-native-mobilesdk-module, react-native-netinfo, react-native-notifications, react-native-pager-view, react-native-pdf, react-native-safari-view, react-native-safe-area-context, react-native-skia, react-native-splash-screen, react-native-webview, and stripe-react-native Framework build type is static library [Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json Update all pods Updating local specs repositories Analyzing dependencies Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec` [Codegen] Found FBReactNativeSpec Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec` Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec` Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec` Fetching podspec for `hermes-engine` from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec` /Users/ju/projects/app/node_modules/react-native-fbsdk-next/react-native-fbsdk-next.podspec:4: warning: already initialized constant Pod::FBSDKVersion /Users/ju/projects/app/node_modules/react-native-fbsdk-next/react-native-fbsdk-next.podspec:4: warning: previous definition of FBSDKVersion was here Downloading dependencies Generating Pods project Setting REACT_NATIVE build settings Setting CLANG_CXX_LANGUAGE_STANDARD to c++17 on /Users/ju/projects/app/ios/Project.xcodeproj Pod install took 16 [s] to run Integrating client project expo_patch_react_imports! took 0.1896 seconds to transform files. Pod installation complete! There are 88 dependencies from the Podfile and 130 total pods installed. ```
Podfile content ``` source 'https://cdn.cocoapods.org/' source 'https://github.com/SumSubstance/Specs.git' require File.join(File.dirname(`node --print "require.resolve('expo/package.json')"`), "scripts/autolinking") require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '13.0' prepare_react_native_project! # If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set. # because `react-native-flipper` depends on (FlipperKit,...) that will be excluded # # To fix this you can also exclude `react-native-flipper` using a `react-native.config.js` # ```js # module.exports = { # dependencies: { # ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}), # ``` flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled linkage = ENV['USE_FRAMEWORKS'] if linkage != nil Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green use_frameworks! :linkage => linkage.to_sym end target 'Project' do use_expo_modules! post_integrate do |installer| begin expo_patch_react_imports!(installer) rescue => e Pod::UI.warn e end end config = use_native_modules! use_modular_headers! pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec', :modular_headers => false pod 'CustomerIO/MessagingPushAPN', '~> 2.1.2' # 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. # Upcoming versions of React Native may rely on get_default_flags(), but # we make it explicit here to aid in the React Native upgrade process. :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}/.." ) post_install do |installer| react_native_post_install( installer, # Set `mac_catalyst_enabled` to `true` in order to apply patches # necessary for Mac Catalyst builds :mac_catalyst_enabled => false ) __apply_Xcode_12_5_M1_post_install_workaround(installer) end end ```
Podfile.lock content ``` PODS: - Amplitude (8.16.3): - AnalyticsConnector (~> 1.0.0) - amplitude-react-native (2.17.2): - Amplitude (= 8.16.3) - React-Core - AnalyticsConnector (1.0.1) - appcenter-core (4.4.5): - AppCenterReactNativeShared (~> 4.0) - React-Core - AppCenter/Core (4.4.3) - AppCenterReactNativeShared (4.4.5): - AppCenter/Core (= 4.4.3) - Base64 (1.1.2) - boost (1.76.0) - BVLinearGradient (2.7.3): - React-Core - CodePush (8.0.2): - Base64 (~> 1.1) - JWT (~> 3.0.0-beta.12) - React-Core - SSZipArchive (~> 2.2.2) - customerio-reactnative (2.5.0): - CustomerIO/MessagingInApp (~> 2) - CustomerIO/Tracking (~> 2) - React-Core - CustomerIO/MessagingInApp (2.1.2): - CustomerIOMessagingInApp (= 2.1.2) - CustomerIO/MessagingPushAPN (2.1.2): - CustomerIOMessagingPushAPN (= 2.1.2) - CustomerIO/Tracking (2.1.2): - CustomerIOTracking (= 2.1.2) - CustomerIOCommon (2.1.2) - CustomerIOMessagingInApp (2.1.2): - CustomerIOTracking (= 2.1.2) - Gist (~> 3.0.4) - CustomerIOMessagingPush (2.1.2): - CustomerIOTracking (= 2.1.2) - CustomerIOMessagingPushAPN (2.1.2): - CustomerIOMessagingPush (= 2.1.2) - CustomerIOTracking (2.1.2): - CustomerIOCommon (= 2.1.2) - DoubleConversion (1.1.6) - EXApplication (5.1.1): - ExpoModulesCore - EXConstants (14.2.1): - ExpoModulesCore - EXFileSystem (15.2.2): - ExpoModulesCore - EXFont (11.1.1): - ExpoModulesCore - Expo (48.0.19): - ExpoModulesCore - ExpoAdapterFBSDKNext (11.2.1): - ExpoModulesCore - FBSDKCoreKit - React-Core - ExpoLocalAuthentication (13.3.0): - ExpoModulesCore - ExpoModulesCore (1.2.7): - React-Core - React-RCTAppDelegate - ReactCommon/turbomodule/core - ExpoWebBrowser (12.1.1): - ExpoModulesCore - FBAEMKit (15.0.0): - FBSDKCoreKit_Basics (= 15.0.0) - FBLazyVector (0.71.6) - FBReactNativeSpec (0.71.6): - RCT-Folly (= 2021.07.22.00) - RCTRequired (= 0.71.6) - RCTTypeSafety (= 0.71.6) - React-Core (= 0.71.6) - React-jsi (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - FBSDKCoreKit (15.0.0): - FBAEMKit (= 15.0.0) - FBSDKCoreKit_Basics (= 15.0.0) - FBSDKCoreKit_Basics (15.0.0) - FBSDKGamingServicesKit (15.0.0): - FBSDKCoreKit (= 15.0.0) - FBSDKCoreKit_Basics (= 15.0.0) - FBSDKShareKit (= 15.0.0) - FBSDKLoginKit (15.0.0): - FBSDKCoreKit (= 15.0.0) - FBSDKShareKit (15.0.0): - FBSDKCoreKit (= 15.0.0) - Firebase/CoreOnly (10.11.0): - FirebaseCore (= 10.11.0) - Firebase/DynamicLinks (10.11.0): - Firebase/CoreOnly - FirebaseDynamicLinks (~> 10.11.0) - FirebaseCore (10.11.0): - FirebaseCoreInternal (~> 10.0) - GoogleUtilities/Environment (~> 7.8) - GoogleUtilities/Logger (~> 7.8) - FirebaseCoreInternal (10.11.0): - "GoogleUtilities/NSData+zlib (~> 7.8)" - FirebaseDynamicLinks (10.11.0): - FirebaseCore (~> 10.0) - fmt (6.2.1) - Gist (3.0.4) - glog (0.3.5) - GoogleUtilities/AppDelegateSwizzler (7.11.1): - GoogleUtilities/Environment - GoogleUtilities/Logger - GoogleUtilities/Network - GoogleUtilities/Environment (7.11.1): - PromisesObjC (< 3.0, >= 1.2) - GoogleUtilities/Logger (7.11.1): - GoogleUtilities/Environment - GoogleUtilities/Network (7.11.1): - GoogleUtilities/Logger - "GoogleUtilities/NSData+zlib" - GoogleUtilities/Reachability - "GoogleUtilities/NSData+zlib (7.11.1)" - GoogleUtilities/Reachability (7.11.1): - GoogleUtilities/Logger - hermes-engine (0.71.6): - hermes-engine/Pre-built (= 0.71.6) - hermes-engine/Pre-built (0.71.6) - IdensicMobileSDK (1.25.0): - IdensicMobileSDK/Default (= 1.25.0) - IdensicMobileSDK/Core (1.25.0) - IdensicMobileSDK/Default (1.25.0): - IdensicMobileSDK/Core - Intercom (15.0.1) - intercom-react-native (5.1.1): - Intercom (~> 15.0.0) - React-Core - JWT (3.0.0-beta.14): - Base64 (~> 1.1.2) - libevent (2.1.12) - libwebp (1.2.4): - libwebp/demux (= 1.2.4) - libwebp/mux (= 1.2.4) - libwebp/webp (= 1.2.4) - libwebp/demux (1.2.4): - libwebp/webp - libwebp/mux (1.2.4): - libwebp/demux - libwebp/webp (1.2.4) - lottie-ios (3.5.0) - lottie-react-native (6.0.0-rc.3): - lottie-ios (~> 3.5.0) - React-Core - PromisesObjC (2.2.0) - 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.71.6) - RCTTypeSafety (0.71.6): - FBLazyVector (= 0.71.6) - RCTRequired (= 0.71.6) - React-Core (= 0.71.6) - React (0.71.6): - React-Core (= 0.71.6) - React-Core/DevSupport (= 0.71.6) - React-Core/RCTWebSocket (= 0.71.6) - React-RCTActionSheet (= 0.71.6) - React-RCTAnimation (= 0.71.6) - React-RCTBlob (= 0.71.6) - React-RCTImage (= 0.71.6) - React-RCTLinking (= 0.71.6) - React-RCTNetwork (= 0.71.6) - React-RCTSettings (= 0.71.6) - React-RCTText (= 0.71.6) - React-RCTVibration (= 0.71.6) - React-callinvoker (0.71.6) - React-Codegen (0.71.6): - FBReactNativeSpec - hermes-engine - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - React-jsi - React-jsiexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - React-Core (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default (= 0.71.6) - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/CoreModulesHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/Default (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/DevSupport (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default (= 0.71.6) - React-Core/RCTWebSocket (= 0.71.6) - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-jsinspector (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTActionSheetHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTAnimationHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTBlobHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTImageHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTLinkingHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTNetworkHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTSettingsHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTTextHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTVibrationHeaders (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-Core/RCTWebSocket (0.71.6): - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Core/Default (= 0.71.6) - React-cxxreact (= 0.71.6) - React-hermes - React-jsi (= 0.71.6) - React-jsiexecutor (= 0.71.6) - React-perflogger (= 0.71.6) - Yoga - React-CoreModules (0.71.6): - RCT-Folly (= 2021.07.22.00) - RCTTypeSafety (= 0.71.6) - React-Codegen (= 0.71.6) - React-Core/CoreModulesHeaders (= 0.71.6) - React-jsi (= 0.71.6) - React-RCTBlob - React-RCTImage (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-cxxreact (0.71.6): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-callinvoker (= 0.71.6) - React-jsi (= 0.71.6) - React-jsinspector (= 0.71.6) - React-logger (= 0.71.6) - React-perflogger (= 0.71.6) - React-runtimeexecutor (= 0.71.6) - React-hermes (0.71.6): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - RCT-Folly/Futures (= 2021.07.22.00) - React-cxxreact (= 0.71.6) - React-jsi - React-jsiexecutor (= 0.71.6) - React-jsinspector (= 0.71.6) - React-perflogger (= 0.71.6) - React-jsi (0.71.6): - boost (= 1.76.0) - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-jsiexecutor (0.71.6): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-cxxreact (= 0.71.6) - React-jsi (= 0.71.6) - React-perflogger (= 0.71.6) - React-jsinspector (0.71.6) - React-logger (0.71.6): - glog - react-native-blob-util (0.18.3): - React-Core - react-native-cameraroll (5.7.1): - React-Core - react-native-config (1.5.1): - react-native-config/App (= 1.5.1) - react-native-config/App (1.5.1): - React-Core - react-native-contacts (7.0.5): - React-Core - react-native-date-picker (4.2.13): - React-Core - react-native-fbsdk-next (11.2.1): - React-Core - react-native-fbsdk-next/Core (= 11.2.1) - react-native-fbsdk-next/Login (= 11.2.1) - react-native-fbsdk-next/Share (= 11.2.1) - react-native-fbsdk-next/Core (11.2.1): - FBSDKCoreKit (~> 15.0.0) - React-Core - react-native-fbsdk-next/Login (11.2.1): - FBSDKLoginKit (~> 15.0.0) - React-Core - react-native-fbsdk-next/Share (11.2.1): - FBSDKGamingServicesKit (~> 15.0.0) - FBSDKShareKit (~> 15.0.0) - React-Core - react-native-image-resizer (1.4.5): - React-Core - react-native-mobilesdk-module (1.25.0): - IdensicMobileSDK (= 1.25.0) - React-Core - react-native-netinfo (9.4.1): - React-Core - react-native-notifications (4.3.5): - React-Core - react-native-pager-view (6.2.0): - React-Core - react-native-pdf (6.7.1): - React-Core - react-native-safari-view (1.0.0): - React - react-native-safe-area-context (4.6.3): - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - ReactCommon/turbomodule/core - react-native-skia (0.1.197): - React - React-callinvoker - React-Core - react-native-splash-screen (3.3.0): - React-Core - react-native-webview (13.2.2): - React-Core - React-perflogger (0.71.6) - React-RCTActionSheet (0.71.6): - React-Core/RCTActionSheetHeaders (= 0.71.6) - React-RCTAnimation (0.71.6): - RCT-Folly (= 2021.07.22.00) - RCTTypeSafety (= 0.71.6) - React-Codegen (= 0.71.6) - React-Core/RCTAnimationHeaders (= 0.71.6) - React-jsi (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-RCTAppDelegate (0.71.6): - RCT-Folly - RCTRequired - RCTTypeSafety - React-Core - ReactCommon/turbomodule/core - React-RCTBlob (0.71.6): - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-Codegen (= 0.71.6) - React-Core/RCTBlobHeaders (= 0.71.6) - React-Core/RCTWebSocket (= 0.71.6) - React-jsi (= 0.71.6) - React-RCTNetwork (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-RCTImage (0.71.6): - RCT-Folly (= 2021.07.22.00) - RCTTypeSafety (= 0.71.6) - React-Codegen (= 0.71.6) - React-Core/RCTImageHeaders (= 0.71.6) - React-jsi (= 0.71.6) - React-RCTNetwork (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-RCTLinking (0.71.6): - React-Codegen (= 0.71.6) - React-Core/RCTLinkingHeaders (= 0.71.6) - React-jsi (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-RCTNetwork (0.71.6): - RCT-Folly (= 2021.07.22.00) - RCTTypeSafety (= 0.71.6) - React-Codegen (= 0.71.6) - React-Core/RCTNetworkHeaders (= 0.71.6) - React-jsi (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-RCTSettings (0.71.6): - RCT-Folly (= 2021.07.22.00) - RCTTypeSafety (= 0.71.6) - React-Codegen (= 0.71.6) - React-Core/RCTSettingsHeaders (= 0.71.6) - React-jsi (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-RCTText (0.71.6): - React-Core/RCTTextHeaders (= 0.71.6) - React-RCTVibration (0.71.6): - RCT-Folly (= 2021.07.22.00) - React-Codegen (= 0.71.6) - React-Core/RCTVibrationHeaders (= 0.71.6) - React-jsi (= 0.71.6) - ReactCommon/turbomodule/core (= 0.71.6) - React-runtimeexecutor (0.71.6): - React-jsi (= 0.71.6) - ReactCommon/turbomodule/bridging (0.71.6): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-callinvoker (= 0.71.6) - React-Core (= 0.71.6) - React-cxxreact (= 0.71.6) - React-jsi (= 0.71.6) - React-logger (= 0.71.6) - React-perflogger (= 0.71.6) - ReactCommon/turbomodule/core (0.71.6): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2021.07.22.00) - React-callinvoker (= 0.71.6) - React-Core (= 0.71.6) - React-cxxreact (= 0.71.6) - React-jsi (= 0.71.6) - React-logger (= 0.71.6) - React-perflogger (= 0.71.6) - RNCAsyncStorage (1.18.2): - React-Core - RNCClipboard (1.11.2): - React-Core - RNDeviceInfo (10.7.0): - React-Core - RNFastImage (8.6.3): - React-Core - SDWebImage (~> 5.11.1) - SDWebImageWebPCoder (~> 0.8.4) - RNFBApp (18.1.0): - Firebase/CoreOnly (= 10.11.0) - React-Core - RNFBDynamicLinks (18.1.0): - Firebase/DynamicLinks (= 10.11.0) - GoogleUtilities/AppDelegateSwizzler - React-Core - RNFBApp - RNFS (2.20.0): - React-Core - RNGestureHandler (2.12.0): - React-Core - RNImageCropPicker (0.40.0): - React-Core - React-RCTImage - RNImageCropPicker/QBImagePickerController (= 0.40.0) - TOCropViewController - RNImageCropPicker/QBImagePickerController (0.40.0): - React-Core - React-RCTImage - TOCropViewController - RNKeychain (8.1.1): - React-Core - RNLocalize (3.0.1): - React-Core - RNPermissions (3.8.1): - React-Core - RNReanimated (3.3.0): - DoubleConversion - FBLazyVector - FBReactNativeSpec - 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-RCTBlob - React-RCTImage - React-RCTLinking - React-RCTNetwork - React-RCTSettings - React-RCTText - ReactCommon/turbomodule/core - Yoga - RNScreens (3.22.0): - React-Core - React-RCTImage - RNSentry (5.6.0): - React-Core - Sentry/HybridSDK (= 8.7.3) - RNShare (9.1.0): - React-Core - RNSVG (13.9.0): - React-Core - SDWebImage (5.11.1): - SDWebImage/Core (= 5.11.1) - SDWebImage/Core (5.11.1) - SDWebImageWebPCoder (0.8.5): - libwebp (~> 1.0) - SDWebImage/Core (~> 5.10) - Sentry/HybridSDK (8.7.3): - SentryPrivate (= 8.7.3) - SentryPrivate (8.7.3) - SSZipArchive (2.2.3) - Stripe (23.8.0): - StripeApplePay (= 23.8.0) - StripeCore (= 23.8.0) - StripePayments (= 23.8.0) - StripePaymentsUI (= 23.8.0) - StripeUICore (= 23.8.0) - stripe-react-native (0.28.0): - React-Core - Stripe (~> 23.8.0) - StripeApplePay (~> 23.8.0) - StripeFinancialConnections (~> 23.8.0) - StripePayments (~> 23.8.0) - StripePaymentSheet (~> 23.8.0) - StripePaymentsUI (~> 23.8.0) - StripeApplePay (23.8.0): - StripeCore (= 23.8.0) - StripeCore (23.8.0) - StripeFinancialConnections (23.8.0): - StripeCore (= 23.8.0) - StripeUICore (= 23.8.0) - StripePayments (23.8.0): - StripeCore (= 23.8.0) - StripePayments/Stripe3DS2 (= 23.8.0) - StripePayments/Stripe3DS2 (23.8.0): - StripeCore (= 23.8.0) - StripePaymentSheet (23.8.0): - StripeApplePay (= 23.8.0) - StripeCore (= 23.8.0) - StripePayments (= 23.8.0) - StripePaymentsUI (= 23.8.0) - StripePaymentsUI (23.8.0): - StripeCore (= 23.8.0) - StripePayments (= 23.8.0) - StripeUICore (= 23.8.0) - StripeUICore (23.8.0): - StripeCore (= 23.8.0) - TOCropViewController (2.6.1) - Yoga (1.14.0) DEPENDENCIES: - "amplitude-react-native (from `../node_modules/@amplitude/react-native`)" - appcenter-core (from `../node_modules/appcenter`) - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`) - BVLinearGradient (from `../node_modules/react-native-linear-gradient`) - CodePush (from `../node_modules/react-native-code-push`) - customerio-reactnative (from `../node_modules/customerio-reactnative`) - CustomerIO/MessagingPushAPN (~> 2.1.2) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - EXApplication (from `../node_modules/expo-application/ios`) - EXConstants (from `../node_modules/expo-constants/ios`) - EXFileSystem (from `../node_modules/expo-file-system/ios`) - EXFont (from `../node_modules/expo-font/ios`) - Expo (from `../node_modules/expo`) - ExpoAdapterFBSDKNext (from `../node_modules/react-native-fbsdk-next/ios`) - ExpoLocalAuthentication (from `../node_modules/expo-local-authentication/ios`) - ExpoModulesCore (from `../node_modules/expo-modules-core`) - ExpoWebBrowser (from `../node_modules/expo-web-browser/ios`) - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`) - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`) - "intercom-react-native (from `../node_modules/@intercom/intercom-react-native`)" - libevent (~> 2.1.12) - lottie-react-native (from `../node_modules/lottie-react-native`) - 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-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-cameraroll (from `../node_modules/@react-native-camera-roll/camera-roll`)" - react-native-config (from `../node_modules/react-native-config`) - react-native-contacts (from `../node_modules/react-native-contacts`) - react-native-date-picker (from `../node_modules/react-native-date-picker`) - react-native-fbsdk-next (from `../node_modules/react-native-fbsdk-next`) - react-native-image-resizer (from `../node_modules/react-native-image-resizer`) - "react-native-mobilesdk-module (from `../node_modules/@sumsub/react-native-mobilesdk-module`)" - "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)" - react-native-notifications (from `../node_modules/react-native-notifications`) - react-native-pager-view (from `../node_modules/react-native-pager-view`) - react-native-pdf (from `../node_modules/react-native-pdf`) - react-native-safari-view (from `../node_modules/react-native-safari-view`) - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) - "react-native-skia (from `../node_modules/@shopify/react-native-skia`)" - react-native-splash-screen (from `../node_modules/react-native-splash-screen`) - react-native-webview (from `../node_modules/react-native-webview`) - 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-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`) - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`) - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)" - "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)" - RNDeviceInfo (from `../node_modules/react-native-device-info`) - RNFastImage (from `../node_modules/react-native-fast-image`) - "RNFBApp (from `../node_modules/@react-native-firebase/app`)" - "RNFBDynamicLinks (from `../node_modules/@react-native-firebase/dynamic-links`)" - RNFS (from `../node_modules/react-native-fs`) - RNGestureHandler (from `../node_modules/react-native-gesture-handler`) - RNImageCropPicker (from `../node_modules/react-native-image-crop-picker`) - RNKeychain (from `../node_modules/react-native-keychain`) - RNLocalize (from `../node_modules/react-native-localize`) - RNPermissions (from `../node_modules/react-native-permissions`) - RNReanimated (from `../node_modules/react-native-reanimated`) - RNScreens (from `../node_modules/react-native-screens`) - "RNSentry (from `../node_modules/@sentry/react-native`)" - RNShare (from `../node_modules/react-native-share`) - RNSVG (from `../node_modules/react-native-svg`) - "stripe-react-native (from `../node_modules/@stripe/stripe-react-native`)" - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: https://github.com/SumSubstance/Specs.git: - IdensicMobileSDK trunk: - Amplitude - AnalyticsConnector - AppCenter - AppCenterReactNativeShared - Base64 - CustomerIO - CustomerIOCommon - CustomerIOMessagingInApp - CustomerIOMessagingPush - CustomerIOMessagingPushAPN - CustomerIOTracking - FBAEMKit - FBSDKCoreKit - FBSDKCoreKit_Basics - FBSDKGamingServicesKit - FBSDKLoginKit - FBSDKShareKit - Firebase - FirebaseCore - FirebaseCoreInternal - FirebaseDynamicLinks - fmt - Gist - GoogleUtilities - Intercom - JWT - libevent - libwebp - lottie-ios - PromisesObjC - SDWebImage - SDWebImageWebPCoder - Sentry - SentryPrivate - SSZipArchive - Stripe - StripeApplePay - StripeCore - StripeFinancialConnections - StripePayments - StripePaymentSheet - StripePaymentsUI - StripeUICore - TOCropViewController EXTERNAL SOURCES: amplitude-react-native: :path: "../node_modules/@amplitude/react-native" appcenter-core: :path: "../node_modules/appcenter" boost: :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec" BVLinearGradient: :path: "../node_modules/react-native-linear-gradient" CodePush: :path: "../node_modules/react-native-code-push" customerio-reactnative: :path: "../node_modules/customerio-reactnative" DoubleConversion: :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" EXApplication: :path: "../node_modules/expo-application/ios" EXConstants: :path: "../node_modules/expo-constants/ios" EXFileSystem: :path: "../node_modules/expo-file-system/ios" EXFont: :path: "../node_modules/expo-font/ios" Expo: :path: "../node_modules/expo" ExpoAdapterFBSDKNext: :path: "../node_modules/react-native-fbsdk-next/ios" ExpoLocalAuthentication: :path: "../node_modules/expo-local-authentication/ios" ExpoModulesCore: :path: "../node_modules/expo-modules-core" ExpoWebBrowser: :path: "../node_modules/expo-web-browser/ios" 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" intercom-react-native: :path: "../node_modules/@intercom/intercom-react-native" lottie-react-native: :path: "../node_modules/lottie-react-native" 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-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-cameraroll: :path: "../node_modules/@react-native-camera-roll/camera-roll" react-native-config: :path: "../node_modules/react-native-config" react-native-contacts: :path: "../node_modules/react-native-contacts" react-native-date-picker: :path: "../node_modules/react-native-date-picker" react-native-fbsdk-next: :path: "../node_modules/react-native-fbsdk-next" react-native-image-resizer: :path: "../node_modules/react-native-image-resizer" react-native-mobilesdk-module: :path: "../node_modules/@sumsub/react-native-mobilesdk-module" react-native-netinfo: :path: "../node_modules/@react-native-community/netinfo" react-native-notifications: :path: "../node_modules/react-native-notifications" react-native-pager-view: :path: "../node_modules/react-native-pager-view" react-native-pdf: :path: "../node_modules/react-native-pdf" react-native-safari-view: :path: "../node_modules/react-native-safari-view" react-native-safe-area-context: :path: "../node_modules/react-native-safe-area-context" react-native-skia: :path: "../node_modules/@shopify/react-native-skia" react-native-splash-screen: :path: "../node_modules/react-native-splash-screen" react-native-webview: :path: "../node_modules/react-native-webview" 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-runtimeexecutor: :path: "../node_modules/react-native/ReactCommon/runtimeexecutor" ReactCommon: :path: "../node_modules/react-native/ReactCommon" RNCAsyncStorage: :path: "../node_modules/@react-native-async-storage/async-storage" RNCClipboard: :path: "../node_modules/@react-native-clipboard/clipboard" RNDeviceInfo: :path: "../node_modules/react-native-device-info" RNFastImage: :path: "../node_modules/react-native-fast-image" RNFBApp: :path: "../node_modules/@react-native-firebase/app" RNFBDynamicLinks: :path: "../node_modules/@react-native-firebase/dynamic-links" RNFS: :path: "../node_modules/react-native-fs" RNGestureHandler: :path: "../node_modules/react-native-gesture-handler" RNImageCropPicker: :path: "../node_modules/react-native-image-crop-picker" RNKeychain: :path: "../node_modules/react-native-keychain" RNLocalize: :path: "../node_modules/react-native-localize" RNPermissions: :path: "../node_modules/react-native-permissions" RNReanimated: :path: "../node_modules/react-native-reanimated" RNScreens: :path: "../node_modules/react-native-screens" RNSentry: :path: "../node_modules/@sentry/react-native" RNShare: :path: "../node_modules/react-native-share" RNSVG: :path: "../node_modules/react-native-svg" stripe-react-native: :path: "../node_modules/@stripe/stripe-react-native" Yoga: :path: "../node_modules/react-native/ReactCommon/yoga" SPEC CHECKSUMS: Amplitude: 10f20d4436fdcd38ddd5be1da7033fcc21f4143e amplitude-react-native: 6e5b9e38c53e11a86f62f874a42cf176e2b82c86 AnalyticsConnector: eccd7e1cd3dd18e6bd09ac2506e37d4ed43ba3f4 AppCenter: 3fd04aa1b166e16fdb03ec81dabe488aece83fbd appcenter-core: c593b2e4ac28d6a21b6a217c4a5e6b3de7b0b00f AppCenterReactNativeShared: f395caeabde0dc3a11609dbcb737d0f14cd40e79 Base64: cecfb41a004124895a7bcee567a89bae5a89d49b boost: 57d2868c099736d80fcd648bf211b4431e51a558 BVLinearGradient: fbe308a1d19a8133f69e033abc85d8008644f5e3 CodePush: 9eddecce05cd10491e2673b259c85885a462be33 CustomerIO: 94c4b930162d61c8126c8b265551d6a96b18a037 customerio-reactnative: f7aba2a6c0f990a01ace72336e626d67c6a611f0 CustomerIOCommon: 923dd0108e4e72cc94552e880d340bef88abfbfc CustomerIOMessagingInApp: 4a02801021774f469941c6ec4cbc46dbcd567e98 CustomerIOMessagingPush: cb925936db7988f4fff69664896b5f405412f470 CustomerIOMessagingPushAPN: d29dea6a66a757b2510352727ed79b83b26e4aac CustomerIOTracking: 2b1c78afc13c82c39ad6d2e430c7ac36ed45642d DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 EXApplication: d8f53a7eee90a870a75656280e8d4b85726ea903 EXConstants: f348da07e21b23d2b085e270d7b74f282df1a7d9 EXFileSystem: 844e86ca9b5375486ecc4ef06d3838d5597d895d EXFont: 6ea3800df746be7233208d80fe379b8ed74f4272 Expo: 8448e3a2aa1b295f029c81551e1ab6d986517fdb ExpoAdapterFBSDKNext: fe88e4f8f0afbb717402bce98042156e160e6de5 ExpoLocalAuthentication: 32919307c66fb3661caefa07e7811a95a7539d7b ExpoModulesCore: 653958063a301098b541ae4dfed1ac0b98db607b ExpoWebBrowser: 033d34c478d9986da2f1679729041423837626e0 FBAEMKit: d8312d8451ead46282adc7f3565ffc4965e3a4a7 FBLazyVector: a83ceaa8a8581003a623facdb3c44f6d4f342ac5 FBReactNativeSpec: 85eee79837cb797ab6176f0243a2b40511c09158 FBSDKCoreKit: 81879058dd06208c0820fc713d054ca54903e8ba FBSDKCoreKit_Basics: eebc9bb69a0e5d133b92dca53a20716227faa454 FBSDKGamingServicesKit: e0766514d64d26a9f846e793c0a44bc4a236723b FBSDKLoginKit: 11995469cd7da16fd4d5245e8d2ec61060479270 FBSDKShareKit: 9501792c3024580809f811a8a549868699d9bd32 Firebase: 31d9575c124839fb5abc0db6d39511cc1dab1b85 FirebaseCore: 62fd4d549f5e3f3bd52b7998721c5fa0557fb355 FirebaseCoreInternal: 9e46c82a14a3b3a25be4e1e151ce6d21536b89c0 FirebaseDynamicLinks: 1217666a67daf61ea6107e9bc6d75311b519db67 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 Gist: 1d680df00ff6dbcc4fac9844b90454f30778dcbc glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b GoogleUtilities: 9aa0ad5a7bc171f8bae016300bfcfa3fb8425749 hermes-engine: b434cea529ad0152c56c7cb6486b0c4c0b23b5de IdensicMobileSDK: 25977d57b373dbd83e0be4c5f0a5345e56c1e7b9 Intercom: fb5a9c701c04d10379b6db4cdc96028ca1b09bea intercom-react-native: a9174e41c57228fa94ee832f771b6977826254a3 JWT: ef71dfb03e1f842081e64dc42eef0e164f35d251 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef lottie-ios: c55158d67d0629a260625cc2ded2052b829e3c3e lottie-react-native: 4b07ce6d17647dd24641ae5cd7ae614034318456 PromisesObjC: 09985d6d70fbe7878040aa746d78236e6946d2ef RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1 RCTRequired: 5c6fd63b03abb06947d348dadac51c93e3485bd8 RCTTypeSafety: 1c66daedd66f674e39ce9f40782f0d490c78b175 React: e11ca7cdc7aa4ddd7e6a59278b808cfe17ebbd9f React-callinvoker: 77a82869505c96945c074b80bbdc8df919646d51 React-Codegen: 9ee33090c38ab3da3c4dc029924d50fb649f0dfc React-Core: 44903e47b428a491f48fd0eae54caddb2ea05ebf React-CoreModules: 83d989defdfc82be1f7386f84a56b6509f54ac74 React-cxxreact: 058e7e6349649eae9cfcdec5854e702b26298932 React-hermes: ba19a405804b833c9b832c1f2061ad5038bb97f2 React-jsi: 3fe6f589c9cafbef85ed5a4be7c6dc8edfb4ab54 React-jsiexecutor: 7894956638ff3e00819dd3f9f6f4a84da38f2409 React-jsinspector: d5ce2ef3eb8fd30c28389d0bc577918c70821bd6 React-logger: 9332c3e7b4ef007a0211c0a9868253aac3e1da82 react-native-blob-util: 2d36383bb52c15c5451be81cb7ddf22bc34a12a6 react-native-cameraroll: aff50ec1df9d054626dceca9336e6644e153d32f react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8 react-native-contacts: 0aa99963d8f29099d4725cd0d2f8b6ef5f0d9a2d react-native-date-picker: 04e866ba4e7857f83abd504ad42e787f0f02ae00 react-native-fbsdk-next: 5291a5d67aab4e649d072c50988033ff0d05b915 react-native-image-resizer: d9fb629a867335bdc13230ac2a58702bb8c8828f react-native-mobilesdk-module: c2156c4e9a155a19951fe181c9a8dbbfd4a634f6 react-native-netinfo: fefd4e98d75cbdd6e85fc530f7111a8afdf2b0c5 react-native-notifications: 504143d59f9628c3b0c22fd0ccf34b65b9182d01 react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df react-native-pdf: 7c0e91ada997bac8bac3bb5bea5b6b81f5a3caae react-native-safari-view: 955d7160d159241b8e9395d12d10ea0ef863dcdd react-native-safe-area-context: 36cc67648134e89465663b8172336a19eeda493d react-native-skia: e2cb3443442bf7680e3276dc82cd87c97f96b6f9 react-native-splash-screen: 4312f786b13a81b5169ef346d76d33bc0c6dc457 react-native-webview: b8ec89966713985111a14d6e4bf98d8b54bced0d React-perflogger: 43392072a5b867a504e2b4857606f8fc5a403d7f React-RCTActionSheet: c7b67c125bebeda9fb19fc7b200d85cb9d6899c4 React-RCTAnimation: c2de79906f607986633a7114bee44854e4c7e2f5 React-RCTAppDelegate: 96bc933c3228a549718a6475c4d3f9dd4bbae98d React-RCTBlob: cf72446957310e7da6627a4bdaadf970d3a8f232 React-RCTImage: c6093f1bf3d67c0428d779b00390617d5bd90699 React-RCTLinking: 5de47e37937889d22599af4b99d0552bad1b1c3c React-RCTNetwork: e7d7077e073b08e5dd486fba3fe87ccad90a9bc4 React-RCTSettings: 72a04921b2e8fb832da7201a60ffffff2a7c62f7 React-RCTText: 7123c70fef5367e2121fea37e65b9ad6d3747e54 React-RCTVibration: 73d201599a64ea14b4e0b8f91b64970979fd92e6 React-runtimeexecutor: 8692ac548bec648fa121980ccb4304afd136d584 ReactCommon: 0c43eaeaaee231d7d8dc24fc5a6e4cf2b75bf196 RNCAsyncStorage: ddc4ee162bfd41b0d2c68bf2d95acd81dd7f1f93 RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc RNDeviceInfo: 25d818c85db769cc0e7083d39efaa01a6f450df3 RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8 RNFBApp: 81a9593ff681b448d1847f5d5493906310cdebe3 RNFBDynamicLinks: 5df20459fe5838a4054aa1720a1739a7575ce0c4 RNFS: 4ac0f0ea233904cb798630b3c077808c06931688 RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5 RNImageCropPicker: 486e2f7e2b0461ce24321f751410dce1b3b49e6d RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333 RNLocalize: 6dd9226886fa61bf0cefc7644e3f9620770b1a31 RNPermissions: b471c990fd2bc1c5550af807d9f4e0313ee0b081 RNReanimated: 9976fbaaeb8a188c36026154c844bf374b3b7eeb RNScreens: 68fd1060f57dd1023880bf4c05d74784b5392789 RNSentry: 9f0447b3ce13806f544903748de423259ead8552 RNShare: a9e83e3300d1bdc3b681a53507954ddb11118aa6 RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315 SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d Sentry: c7a86f43510a7d5678d4de28d78c28ab351d295b SentryPrivate: 2eaabf598a46d4b9b8822aef766df2a84caf2e6f SSZipArchive: 62d4947b08730e4cda640473b0066d209ff033c9 Stripe: 5432fbab660595a3bee937235dd71a99028ac68c stripe-react-native: e63b142579db047613efd3ab24894a694b9c6102 StripeApplePay: 5e686f50ee07c439b79b907dffeb144135e601c9 StripeCore: 91164d69b8593f44df9ee93e56a00355592068b6 StripeFinancialConnections: b30a494579271f33f38d9a934288c2ad617bfc26 StripePayments: c19d94c55723894e1f47dadb40a6f1bfa7fac214 StripePaymentSheet: 1fef5afa050bfd684e84553cba613041a2b3d7b7 StripePaymentsUI: 7d2fc8fe17c3fdc63508bc54df2b7cc3f45c8ef7 StripeUICore: 1dc4d2f9afcd908db85190e9091dfe260a1861fe TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863 Yoga: ba09b6b11e6139e3df8229238aa794205ca6a02a PODFILE CHECKSUM: 8e66a3c17b7035ece716c8832bda528bd73807fa COCOAPODS: 1.12.1 ```

Can you explain a bit more on why would I need to update the repo when customerio package should just set the specific version of the native SDK. Is there something I'm missing?

Thank you!

TwistedMinda commented 1 year ago

My mistake, I had pod 'CustomerIO/MessagingPushAPN', '~> 2.1.2' in my Podfile causing the troubles linking the Pods with the new version. Setting it to pod 'CustomerIO/MessagingPushAPN', '~> 2.7.0' and the problem is gone ;)

Thanks again for the fast response.

levibostian commented 1 year ago

Glad to hear that you were able to fix this.

Great timing as version 3 of the SDK has just released and it should prevent the error you experienced from occurring.

Update the React Native SDK to 3.0.0 in your package.json file, follow our migration docs (only requires a change to your Podfile), and enjoy!