I'm trying to preview my widget I've made in Xcode, and I'm getting the following error:
RemoteHumanReadableError
ProcessError: Failed to launch widget extension: The operation couldn’t be completed. (CHSErrorDomain error 1300.)
I can't find anything on the internet related to it at all, so I've come here. Any help will be appreciated.
I've tried rebooting, restarting & cleaning the Xcode build folder and using DevCleaner to clean ALL of Xcode's cache
Update: This only will happen if I have my .previewContext(WidgetPreviewContext(family: .systemSmall))
added to my preview. If I don't, it builds perfectly.