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

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"}}

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.

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!

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