FCUUID
FCUUID copied to clipboard
Crashes on iOS15, when FCUUID creating instance of NSUbiquitousKeyValueStore
@casatwy thank you for reporting this, if you find a way to fix this in a backward-compatible way it will be appreciated.
+1
Any updates on this bug? Are there any workaround?
Thks a lot.
Any updates on this bug? Are there any workaround?
Thanks
@alexruperez have you time to give a look to this?
Same issue , any updates? @alexruperez please?
Same issue ,any updates on this bug? Thank you
Same issue , any updates? @fabiocaccamo @alexruperez please? Thank you
@ygf-git no, I'm sorry... feel free to submit a PR.
anyone solved this bug ? @casatwy

this may not be a problem, after I wipe my iPhone, I get ips file from system.

Any updates on this bug? Are there any workaround?
Thank you.
Any updates on this bug? Thank you.
您好,邮件已收到
@ygf-git @arwenGhafoor @songwentong @yuqingyuan @davidho720 @Tonyhe666 @godLoveY
Welcome to the Open-Source world.
Add this,And update entitlements

Because:

@ygf-git @arwenGhafoor @songwentong @yuqingyuan @davidho720 @Tonyhe666 @godLoveY
Welcome to the Open-Source world.
Add this,And update entitlements
Because:
@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?
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
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)
您好,邮件已收到