I was wondering whether anyone else had experienced this problem since upgrading VS Mac to 7.6 (Build 2190)?
One of my long-standing projects now fails to compile for iOS, giving the following error:
Microsoft.CSharp.Core.targets(5,5): Error: System.ComponentModel.Win32Exception (0x80004005): ApplicationName='mcs.exe', CommandLine=' /noconfig @"/var/folders/6q/ffh5pvbn6893pr9k07k_lfh40000gn/T/tmpb5a5800afc524eb08fc930d8d554803d.rsp"', CurrentDirectory='', Native error= Cannot find the specified file
I've done the usual stuff like cleaning out the Obj and Bin directories and uninstalling and reinstalling VS. It clearly looks like this package is failing because it can't find a file, but I'm unsure how to fix it?
Any suggestions on how to fix?