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 the Mac as a build agent. Before the upgrade, everything worked fine, but now I can no longer deploy applications.
I get an error with the missing 'DADocSetAccess' infrastructure:
The launch failed. Failed to start the application "iOSTest1" on "My iPhone". Error: Error HE0003: Failed to load the "DADocSetAccess" infrastructure (path: /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/DADocSetAccess): not found .. Please check the logs for more details. The application was interrupted.
I can confirm that the missing structure is missing on my Mac.
I also tried using Visual Studio on my Mac, but this fails with the same error. However, I created testapp in Xcode, and it worked just fine, so I suspect the error is related to Xamarin / XCode in some way.
I tried many hours to reinstall Xcode twice, but the problem still exists. It is also not possible to run on the simulator using VS2017, which also worked just fine before the Xcode 9.3 update.
I cannot understand what these frameworks are used for, since it is great for deploying and running applications from Xcode.
Does anyone else have this problem?
Any help is appreciated. Thanks
source share