elastic / apm-agent-ios

Apache License 2.0
31 stars 19 forks source link

Sdk does not work on tvOS #221

Closed rlanglo-ds closed 5 months ago

rlanglo-ds commented 5 months ago

I integrated apm-agent-ios into my iOS app : no problem

But when I try to integrate it into my tvOS target, I have this error at compilation about NetworkStatusInjector

Cannot find type 'NetworkStatusInjector' in scope

Indeed, NetworkStatusInjector is not available on tvOS

Did I miss something because tvOS is on platform supported list ?

bryce-b commented 5 months ago

Hi @rlanglo-ds, Thanks for bringing this to our attention. I'll start investigating.