Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on iOS15, when FCUUID creating instance of NSUbiquitousKeyValueStore #30

Open
casatwy opened this issue Aug 17, 2021 · 20 comments
Assignees
Labels
bug Something isn't working

Comments

@casatwy
Copy link

casatwy commented Aug 17, 2021

截屏2021-08-17 下午9 29 27

截屏2021-08-17 下午9 29 50

截屏2021-08-17 下午9 32 14

Fund with Polar
@fabiocaccamo fabiocaccamo added the bug Something isn't working label Aug 17, 2021
@fabiocaccamo
Copy link
Owner

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

@KeimyPlaza
Copy link

+1

Any updates on this bug? Are there any workaround?

Thks a lot.

@vineethnkforios
Copy link

Any updates on this bug? Are there any workaround?

Thanks

@fabiocaccamo
Copy link
Owner

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

@fabiocaccamo fabiocaccamo self-assigned this Sep 13, 2021
@arwenGhafoor
Copy link

Same issue , any updates?
@alexruperez please?

@kukuyang23
Copy link

Same issue ,any updates on this bug? Thank you

@ygf-git
Copy link

ygf-git commented Dec 16, 2021

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

@fabiocaccamo
Copy link
Owner

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

@fabiocaccamo fabiocaccamo added the help wanted Extra attention is needed label Dec 23, 2021
@arwenGhafoor
Copy link

anyone solved this bug ? @casatwy

@songwentong
Copy link

image

@fabiocaccamo fabiocaccamo pinned this issue Apr 13, 2022
@fabiocaccamo fabiocaccamo unpinned this issue Apr 13, 2022
@yuqingyuan
Copy link

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

@davidho720
Copy link

Any updates on this bug? Are there any workaround?

Thank you.

@Tonyhe666
Copy link

Any updates on this bug? Thank you.

@godLoveY
Copy link

godLoveY commented Nov 8, 2022 via email

@fabiocaccamo
Copy link
Owner

fabiocaccamo commented Nov 8, 2022

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

Welcome to the Open-Source world.

@paradiseduo
Copy link

paradiseduo commented Nov 9, 2022

Add this,And update entitlements

image

Because:

image

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

Welcome to the Open-Source world.

@KeimyPlaza
Copy link

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?

@paradiseduo
Copy link

paradiseduo commented Nov 9, 2022

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

@iPermanent
Copy link

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)

@godLoveY
Copy link

godLoveY commented Mar 31, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests