Post

Replies

Boosts

Views

Created

QLPreviewController Crash on iOS 16 simulator devices running on M1 Mac
Whenever I tap to open pdf using the QLPreviewController, on an iPhone 14 Pro iOS16 simulator device on Xcode 14.0.1 on a M1 machine, I get a crash with the following call stack: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil' terminating with uncaught exception of type NSException CoreSimulator 857.7 - Device: iPhone 14 Pro (2F98B4D2-2D19-49D7-AD35-D62A26424E9A) - Runtime: iOS 16.0 (20A360) - DeviceType: iPhone 14 Pro The above do not happen if I run on a real device. Any ideas?
1
1
1.2k
Oct ’22
QLPreviewController Crash on iOS 16 simulator devices running on M1 Mac
Whenever I tap to open pdf using the QLPreviewController, on an iPhone 14 Pro iOS16 simulator device on Xcode 14.0.1 on a M1 machine, I get a crash with the following call stack: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSSetM addObject:]: object cannot be nil' terminating with uncaught exception of type NSException CoreSimulator 857.7 - Device: iPhone 14 Pro (2F98B4D2-2D19-49D7-AD35-D62A26424E9A) - Runtime: iOS 16.0 (20A360) - DeviceType: iPhone 14 Pro The above do not happen if I run on a real device. Any ideas?
Replies
1
Boosts
1
Views
1.2k
Activity
Oct ’22
SFSpeechRecognizer returns results with punctuation marks
When we used the SFSpeechRecognizer last week, the returned results were normal. However, it was found during the use this week that the returned results contain punctuation marks. For example, we say yes, and the result returns yes?
Replies
2
Boosts
0
Views
730
Activity
Jul ’22
white screen after dismiss UIImagePickerController
I'm presenting an UIImagePickerController to take a photo, the problem is if I take a photo, or cancel the UIImagePickerController I'll return on a white screen and not on my previous ViewController.It is happened on iOS 15 or above.
Replies
0
Boosts
0
Views
518
Activity
Feb ’22