Posts

Post not yet marked as solved
7 Replies
1.5k Views
Hi ! We are super exited to switch to Xcode 15 when it will be released, but we have a major issue : Apps built with Xcode 15 beta fail to show DeviceActivityReport base view on iOS 16. The following message shows in the console : ] [default] LaunchServices: store (null) or url (null) was nil: Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler} 2023-07-31 14:54:12.568332+0200 Opal[57940:4651501] [default] Attempt to map database failed: permission was denied. This attempt will not be retried. 2023-07-31 14:54:12.568420+0200 Opal[57940:4651501] [db] Failed to initialize client context with error Error Domain=NSOSStatusErrorDomain Code=-54 "process may not map database" UserInfo={NSDebugDescription=process may not map database, _LSLine=66, _LSFunction=_LSServer_GetServerStoreForConnectionWithCompletionHandler} We Opened a bug report at the end of june but got no answer from Apple (FB12416769). It's 100% reproductible with a very simple sample project If you guys could report the issue as well, it would be nice !
Posted
by _lilpit.
Last updated
.
Post not yet marked as solved
1 Replies
886 Views
I'm posting this here to bring attention to an issue we reported in July 2022 but haven't received any feedback on (FB10768388). Unfortunately, the issue still persists in iOS 16.5. When using the application.blockedApplications property of a ManagedSettingsStore to block apps, they disappear from the user's springboard as expected. However, when unblocking them, they only reappear in the App Library, which disrupts the organisation of the user's springboard if those apps were in folders or the dock. This renders the blockedApplications settings completely useless, forcing us to resort to shielding instead. We have received numerous complaints from users that their carefully crafted springboard organisation has been ruined by this issue 😅.
Posted
by _lilpit.
Last updated
.