Hi,
I have a breathing app that includes a sleep breathing exercise, and I want to suggest that as a "Wind Down" shortcut. I have set the shortcut availability to sleepMindfulness but whenever I do
INVoiceShortcutCenter.shared.setShortcutSuggestions([shortcut]), I get the following error in Xcode:
I am currently on Xcode 12b4. Any help would be appreciated, thanks!
I have a breathing app that includes a sleep breathing exercise, and I want to suggest that as a "Wind Down" shortcut. I have set the shortcut availability to sleepMindfulness but whenever I do
INVoiceShortcutCenter.shared.setShortcutSuggestions([shortcut]), I get the following error in Xcode:
Code Block [default] +[LSApplicationProxy applicationProxyFor*] is not a supported method for getting the LSApplicationProxy for the current process, use +[LSBundleProxy bundleProxyForCurrentProcess] instead.
I am currently on Xcode 12b4. Any help would be appreciated, thanks!