Build Xamarin iOS部署到设备会导致';mscorlib.dll无法';找不到';

Build Xamarin iOS部署到设备会导致';mscorlib.dll无法';找不到';,build,xamarin.ios,mscorlib,Build,Xamarin.ios,Mscorlib,在iOS模拟器上部署我的应用程序时,它可以正常工作,但当我在Mac上连接iPhone 5时,部署到该设备会导致Visual Studio的调试控制台出现以下错误: Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch execution started with arguments: --cache [... paths and arguments ...] AOT Compilation exite

在iOS模拟器上部署我的应用程序时,它可以正常工作,但当我在Mac上连接iPhone 5时,部署到该设备会导致Visual Studio的调试控制台出现以下错误:

Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch execution started with arguments: --cache [... paths and arguments ...]
AOT Compilation exited with code 1, command:
MONO_PATH= [...path...]

The assembly mscorlib.dll was not found or could not be loaded.
1>  It should have been installed in the `/Users/builder/data/lanes/3969/7beaef43/source/xamarin-macios/builds/install/cross64/lib/mono/4.5/mscorlib.dll' directory.

Xamarin.iOS.Common.targets(696,3): error : Could not AOT the assembly '/Users/blagoja/Library/Caches/Xamarin/mtbs/builds/MobApp.iOS/1be55aeb91c215df9342d3daa452982b/C:/Users/xxx/AppData/Local/Temp/vsF8C6.tmp/iPhone/Debug/mtouch-cache/64/Build/System.dll'
所以第五句话(或第六行)是说,在指定的路径上找不到“mscorlib.dll”,但从它应该驻留的显示路径,在我的mac上,我只看到第一个目录“Users”。。。没有别的了

所以是的,我相信我应该把'mscorlib.dll'放在那里,但是复制粘贴是正确的选择

我还设法在
Developer/Frameworks/Mono.framework/versions/{version}/lib/Mono/{Mono_versions}/mscordlib.dll
中找到了mscorlib.dll的多个版本。那么,配置是否存在路径不匹配