Hi community:
I came up with an error when I tried to preview a view with Mac as Device. The view is done inside a dynamic framework. The framework is compatible with Mac Catalyst. The Xcode version is 14.2.0
HumanReadableNSError: connectToPreviewHost: Failed to connect to 62826: Error Domain=com.apple.dt.ProcessAttachUtilities Code=0 "Failed to get task for pid 62826: 0" UserInfo={NSLocalizedDescription=Failed to get task for pid 62826: 0}
com.apple.dt.xcodepreviews.service (17):
==================================
| MessageSendFailure: Message send failure for Connecting to launched interactive agent 62826
Any kind of preview displays the error (only on Mac, on other devices it works as expected). Is there any workaround?
Thanks in advance