Skip to content

Enable File Provider Extension Debugging #8495

@i2h3

Description

@i2h3

Currently, when building and launching a development build of the Nextcloud desktop client with mac-crafter, the built file provider extension does not allow the Xcode debugger to connect.

The app “FileProviderExt” on My Mac quit unexpectedly.
Domain: IDEDebugSessionErrorDomain
Code: 6
Failure Reason: Message from debugger: attach failed (Not allowed to attach to process.  Look in the console messages (Console.app), near the debugserver entries, when the attach failed.  The subsystem that denied the attach permission will likely have logged an informative message about why it was denied.)

Based on previous experience with enabling the Xcode debugger for the Nextcloud client binary (#8474), I assume that the extension is not build in Debug configuration and probably lacking the required entitlement or something else. This looks more tricky, though. I assume that KDE Craft has to control the build configuration of the Xcode NextcloudIntegration project during build time, too.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions