Posts

Post marked as solved
13 Replies
My app's indexing also fails on iOS17, here's what I did to make it work again, after looking at the sample code from "Showcase App Data in Spotlight" Switched the NSCoreDataCoreSpotlightDelegate init code from init(forStoreWith: NSPersistentStoreDescription, model: NSManagedObjectModel) to init(forStoreWith: NSPersistentStoreDescription, coordinator: NSPersistentStoreCoordinator) Manually calls startSpotlightIndexing() after the above. Move the initialisation above from before loadPersistentStores to after loadPersistentStores.
Post not yet marked as solved
3 Replies
iOS 14 seems to have fixed this.
Post marked as solved
20 Replies
My catalyst app gets rejected twice now because it crashed on reviewer's test. It ran perfectly in mine. At first I submitted with XCode 11.2 and yesterday tried again with 11.1, as I saw that 11.2.1 still have it under Known Issue. So this cannot be reproduced and I can only "test" with submitting for review, hopefully I won't get banned or something for this for keep submitting crashing apps?Process: Claritist Basic [2453]Path: /Applications/Claritist Basic.app/Contents/MacOS/Claritist BasicIdentifier: maccatalyst.com.kiwlm.ClaritistFreeVersion: 6.0 (31)App Item ID: 0App External ID: 0Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Claritist Basic [2453]User ID: 502Date/Time: 2019-11-08 15:37:32.733 -0800OS Version: Mac OS X 10.15 (19A583)Report Version: 12Anonymous UUID: C965A11A-DB57-8640-EE9B-BD679BB03748Sleep/Wake UUID: 8C850B53-2060-4658-9C35-0B7AFD480E1FTime Awake Since Boot: 91000 secondsTime Since Wake: 1800 secondsSystem Integrity Protection: enabledCrashed Thread: 0 Dispatch queue: com.apple.main-threadException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** 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)'terminating with uncaught exception of type NSExceptionabort() calledApplication Specific Backtrace 1:0 CoreFoundation 0x00007fff3c31dd63 __exceptionPreprocess + 2501 libobjc.A.dylib 0x00007fff72073bd4 objc_exception_throw + 482 CoreFoundation 0x00007fff3c31dbb9 +[NSException raise:format:] + 1893 UIFoundation 0x00007fff6cc78c74 UINibDecoderDecodeObjectForValue + 3604 UIFoundation 0x00007fff6cc78ff4 UINibDecoderDecodeObjectForValue + 12565 UIFoundation 0x00007fff6cc78aff -[UINibDecoder decodeObjectForKey:] + 2516 UIKitCore 0x00007fff7967a249 -[UIView initWithCoder:] + 10307 UIKitCore 0x00007fff7969417f -[UIScrollView initWithCoder:] + 658 UIKitCore 0x00007fff7a3952ec -[UITextView initWithCoder:] + 659 UIFoundation 0x00007fff6cc78df7 UINibDecoderDecodeObjectForValue + 74710 UIFoundation 0x00007fff6cc78ff4 UINibDecoderDecodeObjectForValue + 125611 UIFoundation 0x00007fff6cc78aff -[UINibDecoder decodeObjectForKey:] + 25112 UIKitCore 0x00007fff7967a249 -[UIView initWithCoder:] + 103013 Claritist Basic 0x000000010b816e69 Claritist Basic + 19210514 UIKitCore 0x00007fff796773b2 -[UIClassSwapper initWithCoder:] + 251115 UIFoundation 0x00007fff6cc78df7 UINibDecoderDecodeObjectForValue + 74716 UIFoundation 0x00007fff6cc78aff -[UINibDecoder decodeObjectForKey:] + 25117 UIKitCore 0x00007fff796767c6 -[UIRuntimeConnection initWithCoder:] + 16018 UIKitCore 0x00007fff79e415a3 -[UIRuntimeEventConnection initWithCoder:] + 5919 UIFoundation 0x00007fff6cc78df7 UINibDecoderDecodeObjectForValue + 747
Post marked as solved
94 Replies
I have a similar but different issue? Works well on iOS and macOS when run from xcode. However, when I try to submit my macOS to appstore, the reviewer give me this crash logCould not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found
Post not yet marked as solved
4 Replies
I faced this issue as well. Previously when signing up as developer account, I didn't think that much and just used my personal icloud account. Now I am using my own app with my own personal data, and I want to test the new CloudKit integration. Found out the hard limitation that I can't view the data for another icloud account no matter what I do.Any other ways besides moving my app into a proper developer icloud account??