let devicePicker = DDDevicePickerViewController(browseDescriptor: .applicationService(name: "Demo"), parameters: applicationServiceParameters())
devicePicker.modalTransitionStyle = .coverVertical
self.show(devicePicker, sender: nil)
let endpoint = try await devicePicker.endpoint
self.peerConnection = PeerConnection(endpoint: endpoint, delegate: self)
on tvOS,but error:
Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "(originator doesn't have entitlement com.apple.runningboard.primitiveattribute AND originator doesn't have entitlement com.apple.runningboard.assertions.frontboard AND target is not running or doesn't have entitlement com.apple.runningboard.trustedtarget AND Target not hosted by originator)" UserInfo={NSLocalizedFailureReason=(originator doesn't have entitlement com.apple.runningboard.primitiveattribute AND originator doesn't have entitlement com.apple.runningboard.assertions.frontboard AND target is not running or doesn't have entitlement com.apple.runningboard.trustedtarget AND Target not hosted by originator)}>
Received port for identifier response: <> with error:Error Domain=RBSServiceErrorDomain Code=1 "Client not entitled" UserInfo={RBSEntitlement=com.apple.runningboard.process-state, NSLocalizedFailureReason=Client not entitled, RBSPermanent=false}
elapsedCPUTimeForFrontBoard couldn't generate a task port
How to solve this problem?
Post
Replies
Boosts
Views
Activity
For example, download the Siri Male package in "Settings-Accessibility-VoiceOver-Speech-Voice". However, the list of speech packets retrieved from the [AVSpeechSynthesisVoice speechVoices] method does not contain information about the Siri Male.
How do I get the complete list of voice packets?