Posts

Post not yet marked as solved
4 Replies
We experience the same too. Sporadic ETIMEDOUT on verifyReceipt, non-sandbox environment. Our timeout is 120s which we had no problem with ever, but since Jun 14th started getting timeout responses.
Post marked as solved
3 Replies
Hi, I've had the same issue just now. It seems that something is wrong with provisioning profiles, they got invalidated or something. Anyway, regenerating them helped. If you have 'Automatically manage signing' enabled in your project then you could do the following. Close Xcode rm -rf ~/Library/MobileDevice/Provisioning\ Profiles/ Open Xcode and wait until it updates profiles Try submitting the app again In my case the issue was gone after the profiles were updated.
Post not yet marked as solved
4 Replies
I also have this error. I'm using SpeechRecognizer on iPhone 11Pro, iOS 13.3.1.In my case 1107 appears when the recognizer have nothing to recognize for 30 seconds or so. Either no voice or voice in a language different from the one it was created for.
Post marked as solved
94 Replies
It occurs on device and simulator with iOS <13.2. On 13.2 everything is ok.Built with XCode 11.2 from App Store (11B52)With 'All Exceptions' breakpoint XCode catches a line where it tries to load a view from .xib which has UITextView as subview (connected as IBOutlet).Then I get:Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)'Here's a top of the stack trace: 0 CoreFoundation 0x000000010a71e1bb __exceptionPreprocess + 331 1 libobjc.A.dylib 0x0000000109b3d735 objc_exception_throw + 48 2 CoreFoundation 0x000000010a71e015 +[NSException raise:format:] + 197 3 UIFoundation 0x0000000111abb427 UINibDecoderDecodeObjectForValue + 359 4 UIFoundation 0x0000000111abb854 UINibDecoderDecodeObjectForValue + 1428 5 UIFoundation 0x0000000111abb2b3 -[UINibDecoder decodeObjectForKey:] + 251 6 UIKitCore 0x00000001181aa405 -[UIView initWithCoder:] + 886 7 UIKitCore 0x000000011814d4a6 -[UIScrollView initWithCoder:] + 71 8 UIKitCore 0x0000000118048756 -[UITextView initWithCoder:] + 65 9 UIFoundation 0x0000000111abb5ad UINibDecoderDecodeObjectForValue + 749 10 UIFoundation 0x0000000111abb854 UINibDecoderDecodeObjectForValue + 1428 11 UIFoundation 0x0000000111abb2b3 -[UINibDecoder decodeObjectForKey:] + 251 12 UIKitCore 0x00000001181aa405 -[UIView initWithCoder:] + 886
Post marked as solved
94 Replies
Same here.Crashes on a view with UITextView in hierarchy.Crashes on every iOS except the latest 13.2.
Post not yet marked as solved
1 Replies
I have the same issue with lldb in my project!Both Beta 2 and 3 give meerror: Couldn't lookup symbols: __swift_FORCE_LOAD_$_swiftCoreMIDIwhen trying to execute any lldb command.This is the case only with a real device (I've tested on 12.3.1). On simulator lldb works properly.