TTSPlugins doesn't exist in Xcode Version 15.0 beta 4 (15A5195m)

Download this Apple Speech Project

https://developer.apple.com/documentation/accessibility/wwdc21_challenge_speech_synthesizer_simulator

The project uses IOS15 deployment, when building and running I receive below errors. Setting deployment to IOS17 results in same errors.

Appreciate if anyone else has determined how to re-engage this basic functionality. TTS appears to no longer to work.

__

    Folder
), NSFilePath=/Library/Developer/CoreSimulator/Volumes/iOS_21A5277g/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/TTSPlugins, NSUnderlyingError=0x600000c75d40 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
Failed to get sandbox extensions
Query for com.apple.MobileAsset.VoiceServicesVocalizerVoice failed: 2
#FactoryInstall Unable to query results, error: 5
Unable to list voice folder
Query for com.apple.MobileAsset.VoiceServices.GryphonVoice failed: 2
Unable to list voice folder
Query for com.apple.MobileAsset.VoiceServices.CustomVoice failed: 2
Unable to list voice folder
Query for com.apple.MobileAsset.VoiceServices.GryphonVoice failed: 2
Unable to list voice folder
Post not yet marked as solved Up vote post of kauai Down vote post of kauai
1.2k views
  • My message was clipped, here is initial error:

    Speech Error: Error Domain=NSCocoaErrorDomain Code=260 "The folder “TTSPlugins” doesn’t exist." UserInfo={NSUserStringVariant=( Folder ), NSFilePath=/Library/Developer/CoreSimulator/Volumes/iOS_21A5277g/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/TTSPlugins, NSUnderlyingError=0x600000c72fa0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

Add a Comment

Replies

I can confirm that this is the case. Personal voices are no longer recognized, and this is the error that is dropped int he console. Same code worked in Beta 1.

  • Compling and running in Xcode Version 15.0 beta 5 (15A5209g) for macOS yields error stream.

    Rejecting connection missing Suggestions entitlement; pid: 0, entitlementKey: com.apple.private.suggestions.contacts Failed to speak request with error: Error Domain=TTSErrorDomain Code=-4010 "(null)". Attempting to speak again with fallback identifier: com.apple.voice.compact.en-US.Samantha Could not instantiate audio unit. Error=Error Domain=NSOSStatusErrorDomain Code=-3000 "invalidComponentID"

Add a Comment

Hello, and thank you for taking the time to bring up these errors when building this project. Confirming that the team is aware of the issue!

  • Is the issue that building this project does't work or that TTS doesn't work?

Add a Comment