After upgrading to XCode 9.3 (9E145), I can no longer use Xamarin and deploy to any of my iOS devices.
I run Visual Studio 2017 on a PC and use a Mac as build agent. Until the upgrade everything worked just fine, but now I cannot deploy any apps anymore.
I get an error complaining about a missing framework 'DADocSetAccess':
Launch failed. The app 'iOSTest1' could not be launched on 'My iPhone'. Error: error HE0003: Could not load the framework 'DADocSetAccess' (path: /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/DADocSetAccess): not found.. Please check the logs for more details. The app has been terminated.
I can confirm that the missing framework is not present on my Mac.
I have also tried to use Visual Studio on my Mac, but that fails with the same error. However, I created a testapp in XCode and it worked just fine - so I suspect the error is related to Xamarin/XCode somehow.
I have spent many hours trying to reinstalling XCode twice, but the problem is still there. It is also no longer possible to run on a simulator using VS2017, which also worked just fine before the XCode 9.3 update.
I cannot understand what these frameworks are used for, as it works just fine to deploy and run apps from XCode.
Is anyone else also having this problem?
Any help is appreciated. Thanks