Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2 is broken on tvOS #712

Closed
crewtaylorfd opened this issue Jul 31, 2024 · 3 comments
Closed

Version 2 is broken on tvOS #712

crewtaylorfd opened this issue Jul 31, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@crewtaylorfd
Copy link

crewtaylorfd commented Jul 31, 2024

Describe the bug

tvOS does not support web views. Version 2 of the SDK requires DatadogWebViewTracking which does not support tvOS.

Reproduction steps

  1. Create react-native-tvos application
  2. Install version 2.0.0 of the sdk
  3. pod install
  4. See error
The platform of the target `HelloWorld-tvOS` (tvOS 13.4) is not compatible with `DatadogWebViewTracking (2.14.2)`, which does not support `tvOS`.

SDK logs

No response

Expected behavior

pod install works

Affected SDK versions

2.0.0

Latest working SDK version

1.9.0

Did you confirm if the latest SDK version fixes the bug?

Yes

Integration Methods

Yarn

React Native Version

react-native-tvos: 0.74.3-0

Package.json Contents

No response

iOS Setup

No response

Android Setup

No response

Device Information

No response

Other relevant information

No response

@crewtaylorfd crewtaylorfd added the bug Something isn't working label Jul 31, 2024
@marco-saia-datadog
Copy link
Member

Hi @crewtaylorfd! 👋

Thank you for reaching out! We will work on a solution and I will keep you posted here.

@marco-saia-datadog
Copy link
Member

Hi @crewtaylorfd! 👋

We have made a simple fix on our podspec, so that the conflicting dependency is not installed when targeting tvOS.

The PR#719 has been reviewed and merged, and it will be released soon in the next minor version of our SDK.

@marco-saia-datadog
Copy link
Member

Closed, as the issue has been solved with v2.4.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants