Skip to content

Commit 1853477

Browse files
authored
chore: pin the iOS SDK to 3.18.x until we fix static lib issue (#26)
1 parent a0689f2 commit 1853477

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Next
22

3+
## 1.0.4 - 2025-03-03
4+
5+
- chore: pin the iOS SDK to 3.18.x until we fix [this issue](https://github.com/PostHog/posthog-ios/issues/292)
6+
37
## 1.0.3 - 2025-02-26
48

59
- chore: bump Android SDK to 3.11.3

posthog-react-native-session-replay.podspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Pod::Spec.new do |s|
1616

1717
s.source_files = "ios/**/*.{swift,h,hpp,m,mm,c,cpp}"
1818

19-
# ~> Version 3.19.0 up to, but not including, 4.0.0
20-
s.dependency 'PostHog', '~> 3.19'
19+
# ~> Version 3.18.0 up to, but not including, 3.19
20+
# fix after https://github.com/PostHog/posthog-ios/issues/292
21+
s.dependency 'PostHog', '~> 3.18'
2122
s.ios.deployment_target = '13.0'
2223
s.swift_versions = "5.3"
2324

0 commit comments

Comments
 (0)