Closed MDSADABWASIM closed 1 month ago
Hello @MDSADABWASIM The iOS SDK and the RN SDK with posthog-react-native-session-replay require iOS 13. We should have mentioned here that requires iOS 13 (@ioannisj can you add a note about that on this page?). So in this case, either upgrade your min OS target or do not use posthog-react-native-session-replay until you can bump your min OS version, sorry about that.
@marandaneto i even tried bumping the version to 13 as error suggested, But it still fails.
@marandaneto i even tried bumping the version to 13 as error suggested, But it still fails.
You probably misconfigured something, it is something in your environment in this case since the SDK has its rules defined in the podfile correctly.
Thanks for confirmation, I'll check it on my side then.
@MDSADABWASIM https://github.com/PostHog/posthog-react-native-session-replay/releases/tag/0.1.5 not sure if being explicit would help but give it a try (at least the error message should make more sense)
Added minimum deployment targets https://github.com/PostHog/posthog.com/pull/9677
Bug description
Please describe. With posthog-react-native 3.3.5 ios builds are failing with error
__ is only available in iOS 13.0 or newer
How to reproduce
Related sub-libraries
Additional context