FCUUID icon indicating copy to clipboard operation
FCUUID copied to clipboard

Crashes on iOS15, when FCUUID creating instance of NSUbiquitousKeyValueStore

Open casatwy opened this issue 4 years ago • 20 comments

截屏2021-08-17 下午9 29 27 截屏2021-08-17 下午9 29 50 截屏2021-08-17 下午9 32 14

casatwy avatar Aug 17 '21 13:08 casatwy

@casatwy thank you for reporting this, if you find a way to fix this in a backward-compatible way it will be appreciated.

fabiocaccamo avatar Aug 17 '21 13:08 fabiocaccamo

+1

Any updates on this bug? Are there any workaround?

Thks a lot.

KeimyPlaza avatar Sep 06 '21 06:09 KeimyPlaza

Any updates on this bug? Are there any workaround?

Thanks

vineethnkforios avatar Sep 08 '21 13:09 vineethnkforios

@alexruperez have you time to give a look to this?

fabiocaccamo avatar Sep 13 '21 10:09 fabiocaccamo

Same issue , any updates? @alexruperez please?

arwenGhafoor avatar Oct 21 '21 08:10 arwenGhafoor

Same issue ,any updates on this bug? Thank you

kukuyang23 avatar Dec 08 '21 08:12 kukuyang23

Same issue , any updates? @fabiocaccamo @alexruperez please? Thank you

ygf-git avatar Dec 16 '21 01:12 ygf-git

@ygf-git no, I'm sorry... feel free to submit a PR.

fabiocaccamo avatar Dec 16 '21 08:12 fabiocaccamo

anyone solved this bug ? @casatwy

arwenGhafoor avatar Feb 10 '22 11:02 arwenGhafoor

image

songwentong avatar Mar 26 '22 02:03 songwentong

this may not be a problem, after I wipe my iPhone, I get ips file from system. 截屏2022-06-21 下午12 42 40

yuqingyuan avatar Jun 21 '22 04:06 yuqingyuan

Any updates on this bug? Are there any workaround?

Thank you.

davidho720 avatar Jun 29 '22 01:06 davidho720

Any updates on this bug? Thank you.

Tonyhe666 avatar Nov 08 '22 01:11 Tonyhe666

您好,邮件已收到

godLoveY avatar Nov 08 '22 01:11 godLoveY

@ygf-git @arwenGhafoor @songwentong @yuqingyuan @davidho720 @Tonyhe666 @godLoveY

Welcome to the Open-Source world.

fabiocaccamo avatar Nov 08 '22 08:11 fabiocaccamo

Add this,And update entitlements

image

Because:

image

@ygf-git @arwenGhafoor @songwentong @yuqingyuan @davidho720 @Tonyhe666 @godLoveY

Welcome to the Open-Source world.

paradiseduo avatar Nov 09 '22 10:11 paradiseduo

Add this,And update entitlements

image

Because:

image

@ygf-git @arwenGhafoor @songwentong @yuqingyuan @davidho720 @Tonyhe666 @godLoveY Welcome to the Open-Source world.

It's working fine, but what happens with apps that hasn't the iCloud capabilities?

KeimyPlaza avatar Nov 09 '22 10:11 KeimyPlaza

It's working fine, but what happens with apps that hasn't the iCloud capabilities?

iOS15 has CloudKit, so this crash like iOS 10 not use NSPhotoLibraryUsageDescription

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app’s Info.plistmust contain an NSPhotoLibraryUsageDescriptionkey with a string value explaining to the user how the app usesthisdata

paradiseduo avatar Nov 09 '22 11:11 paradiseduo

The almost same error however, only crash with testflight, when I debug with 15.4.1 iPhone, it's OK Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001b863fae8 os_fault_with_payload + 8 1 libsystem_trace.dylib 0x000000019bdf61b8 _os_log_impl_flatten_and_send + 7716 (log.c:1688) 2 libsystem_trace.dylib 0x000000019bdf2b74 _os_log + 148 (log.c:2266) 3 libsystem_trace.dylib 0x000000019bdfacb0 _os_log_fault_impl + 24 (log.c:2302) 4 SyncedDefaults 0x00000001ad265c90 -[SYDRemotePreferencesSource initWithApplicationID:storeID:shared:additionalSource:containerPath:storeType:].cold.1 + 52 (SYDRemotePreferencesSource.m:235) 5 SyncedDefaults 0x00000001ad258210 -[SYDRemotePreferencesSource initWithApplicationID:storeID:shared:additionalSource:containerPath:storeType:] + 1400 (SYDRemotePreferencesSource.m:235) 6 Foundation 0x0000000182ed3a88 -[NSUbiquitousKeyValueStore initWithBundleIdentifier:storeIdentifier:additionalStore:storeType:] + 348 (NSUbiquitousKeyValueStore.m:200) 7 Foundation 0x0000000182eb68f4 __41+[NSUbiquitousKeyValueStore defaultStore]_block_invoke + 24 (NSUbiquitousKeyValueStore.m:108) 8 libdispatch.dylib 0x00000001812e7660 _dispatch_client_callout + 20 (object.m:560) 9 libdispatch.dylib 0x00000001812e8f08 _dispatch_once_callout + 32 (once.c:52) 10 Foundation 0x0000000182ebe128 +[NSUbiquitousKeyValueStore defaultStore] + 64 (once.h:84) 11 FishPondIM 0x00000001043bb324 -[FCUUID uuidsOfUserDevices_iCloudInit] + 52 (FCUUID.m:244) 12 FishPondIM 0x00000001043ba9f4 -[FCUUID init] + 60 (FCUUID.m:43) 13 FishPondIM 0x00000001043ba9a0 __24+[FCUUID sharedInstance]_block_invoke + 20 (FCUUID.m:30) 14 libdispatch.dylib 0x00000001812e7660 _dispatch_client_callout + 20 (object.m:560) 15 libdispatch.dylib 0x00000001812e8f08 _dispatch_once_callout + 32 (once.c:52) 16 FishPondIM 0x00000001043ba988 _dispatch_once + 16 (once.h:85) 17 FishPondIM 0x00000001043ba988 +[FCUUID sharedInstance] + 112 (FCUUID.m:29) 18 FishPondIM 0x00000001043bbc58 +[FCUUID uuidForDevice] + 16 (FCUUID.m:423) 19 FishPondIM 0x00000001042b8848 +[FPDeviceUtils deviceId] + 40 (FPDeviceUtils.m:14) 20 FishPondIM 0x000000010435b60c -[RocketChatRequester bindPushToken:completion:] + 268 (RocketChatRequester.m:1504) 21 FishPondIM 0x0000000104236b50 -[AppDelegate application:didRegisterForRemoteNotificationsWithDeviceToken:] + 320 (AppDelegate.m:109) 22 UIKitCore 0x00000001849e1248 __63-[UIApplication pushRegistry:didUpdatePushCredentials:forType:]_block_invoke + 112 (UIApplication.m:13733) 23 libdispatch.dylib 0x00000001812e5914 _dispatch_call_block_and_release + 32 (init.c:1517) 24 libdispatch.dylib 0x00000001812e7660 _dispatch_client_callout + 20 (object.m:560) 25 libdispatch.dylib 0x00000001812f5b60 _dispatch_main_queue_callback_4CF + 944 (inline_internal.h:2601) 26 CoreFoundation 0x000000018162dcd4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16 (CFRunLoop.c:1795) 27 CoreFoundation 0x00000001815e7eac __CFRunLoopRun + 2540 (CFRunLoop.c:3144) 28 CoreFoundation 0x00000001815fb3b8 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3268) 29 GraphicsServices 0x000000019cf8b38c GSEventRunModal + 164 (GSEvent.c:2200) 30 UIKitCore 0x0000000183f9b6a8 -[UIApplication _run] + 1100 (UIApplication.m:3493) 31 UIKitCore 0x0000000183d1a7f4 UIApplicationMain + 2092 (UIApplication.m:5046) 32 FishPondIM 0x0000000104240008 main + 88 (main.m:17) 33 dyld 0x0000000104845a24 start + 520 (dyldMain.cpp:876)

iPermanent avatar Mar 31 '23 03:03 iPermanent

您好,邮件已收到

godLoveY avatar Mar 31 '23 03:03 godLoveY