Hello,
My app is facing a crasher with users albeit not a lot just a couple here and there. I've been trying to figure out the root cause but I'm not getting much information. Has anyone experienced this before? This is where the crash happens:
1
IntentsUI
-[INUIEditVoiceShortcutViewController remoteViewControllerDidDeleteVoiceShortcutWithIdentifier:] + 88
2
IntentsUI
-[INUIVoiceShortcutHostViewController remoteViewControllerDidDeleteVoiceShortcutWithIdentifier:] + 100
Not sure if it's related to something on my end as there are no memory leaks and I tested on device. Any input would be appreciated. Thanks.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am using the new localization feature in the asset catalog introduced in xcode 11: https://help.apple.com/xcode/mac/current/#/dev7c584bb2a. The issue I'm facing is it works as expected on iOS 13 but it doesn't work at all on iOS 12. Is there a reason why? I can't find any documentation from Apple saying what versions of iOS it'll work on or anything like that online. Thanks.