Finding Reference to System.IO.FileSystem.Watcher.dll

邮差的信 提交于 2019-12-24 09:47:51

问题


I have a Xamarin Forms cross platform solution. When I build the solution, the iOS project can't resolve the reference: C:/Program Files (x86)/Reference Assemblies/Microsoft/Framework/Xamarin.iOS/v1.0/Facades/System.IO.FileSystem.Watcher.dll even though it is physically there. All the other projects build just fine.

I can't find a reference to the DLL or the class anywhere in the solution files. I don't need the capability.

Ideas? Thanks.


回答1:


I had the exact same issue. I found out that the issue happened because of different versions of Xamarin.iOS on my development and mac machine. By updating Xamarin through Xamarin Studio, the problem was solved.

Source: Xamarin Forums



来源:https://stackoverflow.com/questions/38904204/finding-reference-to-system-io-filesystem-watcher-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!