CSC: error CS0041: Unexpected error writing debug information — 'Operation is not supported on this platform.'

前端 未结 5 808
生来不讨喜
生来不讨喜 2021-02-04 05:52

Just downloaded Visual Studio Professional for Mac and I cannot seem to build anything as I always get the same error:

/Library/Frameworks/Mono.framework/Version         


        
5条回答
  •  -上瘾入骨i
    2021-02-04 06:36

    I hope not to come too late, I did the following to solve the problem:

    1. Right click in the solution and select "Options",

    2. Select tab Build -> Configurations,

    3. In "Configuration A." select "Debug" and disable all builds marks and click accept,

    4. Clean, rebuild and execute project.

    I hope this helps.

提交回复
热议问题