diff --git a/.changeset/calm-symbols-wait.md b/.changeset/calm-symbols-wait.md new file mode 100644 index 0000000000..b086be8608 --- /dev/null +++ b/.changeset/calm-symbols-wait.md @@ -0,0 +1,5 @@ +--- +'@posthog/react-native-plugin': patch +--- + +Require posthog-ios 3.69.10 so native dSYMs are uploaded after they are ready. diff --git a/packages/react-native-plugin/ios/Package.swift b/packages/react-native-plugin/ios/Package.swift index 2a5b2b0652..7fddc5edb2 100644 --- a/packages/react-native-plugin/ios/Package.swift +++ b/packages/react-native-plugin/ios/Package.swift @@ -31,7 +31,7 @@ let package = Package( dependencies: reactNativeDependencies + [ .package( url: "https://github.com/PostHog/posthog-ios.git", - .upToNextMinor(from: "3.69.2") + .upToNextMinor(from: "3.69.10") ), ], targets: [ diff --git a/packages/react-native-plugin/posthog-react-native-plugin.podspec b/packages/react-native-plugin/posthog-react-native-plugin.podspec index 695ccfbe38..9d1e2eaf98 100644 --- a/packages/react-native-plugin/posthog-react-native-plugin.podspec +++ b/packages/react-native-plugin/posthog-react-native-plugin.podspec @@ -6,7 +6,7 @@ folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 # Single source of truth for the posthog-ios native dependency version. # Used by both the SPM and CocoaPods resolution paths below; bump this # line when picking up a new posthog-ios release. -posthog_ios_version = '3.69.2' +posthog_ios_version = '3.69.10' Pod::Spec.new do |s| s.name = "posthog-react-native-plugin"