In Xcode 11 beta 3 /4 I am trying to add the "com.apple.developer.coremedia.hls.low-latency" - as the WWDC video and slides say to do - but it does not show in the capabilities popup box in Xcode.
When trying to add it manually it errors:
Provisioning profile "profilename" doesn't match the entitlements file's value for the com.apple.developer.coremedia.hls.low-latency entitlement.
I have the provisioning profile enabled low latency HLS in the developer portal but can't seem to find a way to get it into my targets entitlements. When importing the provisioning profile (when not letting Xcode automatically handle it) it doesn't show Low-Latency HLS as a capability either.
Am I missing something to enable low-latency HLS app side, or is this not yet a implemented or required step?