我無法在Windows上從VS 2015運行iOS應用程序。我可以看到Mac代理已連接到我的Mac,但日誌文件中存在以下錯誤。有人可以請告知這裏發生了什麼問題嗎?Xamarin:無法從Visual Studio 2015運行iOS應用程序
Xamarin.Messaging.VisualStudio.MessagingFileManager Error: 0 : [2016-12-16 17:53:15.3687] An error occurred downloading files for App App3 System.IO.FileNotFoundException: The file '/var/empty/Library/Caches/Xamarin/mtbs/builds/App3/c401707f0c87e530ed45cad421856e4f/obj/iPhoneSimulator/Debug/build-signature/signature' was not found on the Mac.
您是否嘗試過在重新構建之前清潔解決方案? – BytesGuy
是的。我確實嘗試了Clean和Build。 –
您可以嘗試刪除Mac上App3文件夾中的整個緩存,然後手動從PC上的項目中刪除所有'bin'和'obj'文件夾,然後清理並重建。 –