Post

Replies

Boosts

Views

Activity

Widget extension 0xdead10cc crash when accessing Core Data in shared app group
I am getting frequent WidgetKit extension crashes with termination reason 0xdead10cc. The widget extension shares the core data database with the main app via a shared app group. Apparently the extension gets terminated because it is holding onto the sqlite database lock during suspension. There are several blog posts that suggest these crashes are unavoidable and recommend not sharing core data between app and extension. For some reason the forum will not allow me to link to these posts. I find it hard to believe that it is impossible to share core data in this manner. Is there any work around? And barring that, when the widget extension crashes, does it restart within a certain amount of time? My widget mostly functions well although occasionally it will not refresh and requires a hard device reboot. I cannot determine if these freezes are due to this crash or another bug. Crash report example attached. crash report - https://developer.apple.com/forums/content/attachment/d177953c-c3a2-4523-9406-b69b8284465f
1
1
2.0k
Apr ’23
Filter out "Institutional purchases" from AppStore Connect download graph
I had a one day 50,000 unit institutional purchase of my app. Whenever I try to display a graph of downloads, the x-axis scale is so far off that the remainder of the days are invisible. Is it possible to filter out institutional purchases? None of these were actually downloaded AFAIK so I'm not sure why they are included.
Replies
0
Boosts
1
Views
550
Activity
Dec ’24
Attribute inspector broken inside scrollview (modifier list empty)
When I place my view inside a scrollview and try to add modifiers, the "add modifier" list is always empty. If I remove the scrollview, I am able to select modifiers. Is this a bug in Xcode?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
0
Boosts
0
Views
418
Activity
Aug ’24
Xcode tries to close while running simulator for extended time.
While debugging my app on simulator for an extended time, Xcode tries to close the project after about 18 hours. This interrupts whatever process is happening in the app. Why does this occur and is it possible to keep the app running on the simulator?
Replies
0
Boosts
0
Views
521
Activity
Jan ’24
Widget extension 0xdead10cc crash when accessing Core Data in shared app group
I am getting frequent WidgetKit extension crashes with termination reason 0xdead10cc. The widget extension shares the core data database with the main app via a shared app group. Apparently the extension gets terminated because it is holding onto the sqlite database lock during suspension. There are several blog posts that suggest these crashes are unavoidable and recommend not sharing core data between app and extension. For some reason the forum will not allow me to link to these posts. I find it hard to believe that it is impossible to share core data in this manner. Is there any work around? And barring that, when the widget extension crashes, does it restart within a certain amount of time? My widget mostly functions well although occasionally it will not refresh and requires a hard device reboot. I cannot determine if these freezes are due to this crash or another bug. Crash report example attached. crash report - https://developer.apple.com/forums/content/attachment/d177953c-c3a2-4523-9406-b69b8284465f
Replies
1
Boosts
1
Views
2.0k
Activity
Apr ’23