Posts

Post marked as solved
3 Replies
930 Views
I'm trying to create a list that users can pick for the voice they want to use in my app. The code below works for US but if I change my locale settings to any other country, it fails to load any available voices even though I have downloaded other for other countries.. func voices() -> [String] {          AVSpeechSynthesisVoice.speechVoices().filter { $0.language == NSLocale.current.voiceLanguage }.map { $0.name }                    // AVSpeechSynthesisVoice.speechVoices().map { $0.name }     } If I list all voices available, I can select the voices for other countries that are loaded.
Posted
by cleevans.
Last updated
.
Post not yet marked as solved
0 Replies
493 Views
I'm not sure what type of provisioning profile I need to create for my Mac App to allow TestFlight. I am archiving the app through Xcode and allowing it to control the provisioning but it still does not work.
Posted
by cleevans.
Last updated
.
Post not yet marked as solved
0 Replies
473 Views
My application requires some extensions to be installed into the /Library/Extension folder. Will the notorization process for the Installer Package resolve the error that a signed package installer can not install into system folders?
Posted
by cleevans.
Last updated
.