问题描述
是Mac编程的新手,但我什么都没找到,关于我遇到的问题一无所获,我真的需要您的帮助.
New to mac programming, but I've not found anything, not a single thing about the problem I have and I really need your help.
我已经在PC上创建了Xamarin Forms项目(Windows 10,最新的VS +最新的VS工具),并且在那里一直在为iOS和Anroid开发应用程序.我已经在Anroid上对其进行了测试,并且一切正常.
I've created a Xamarin Forms project on my PC (Windows 10, latest VS + latest VS tooling) and I've been developing an app there for both iOS and Anroid. I've been testing it on Anroid and everything works.
现在,当我尝试使用最新的VS和Mono在Mac上构建iOS项目时,出现以下错误:
Now when I'm trying to build the iOS project on my mac with latest VS and Mono i get the following error:
/Library/Frameworks/Mono.framework/Versions/6.0.0/lib/mono/xbuild/Current/Microsoft.Common.props(3,3): Error MSB4019: The imported project "/Users/michael/Desktop/Dev/Suborghttps:/github.com/meJevin/PVWeather/LRadio/LRadio/LRadio/obj/LRadio.csproj.*.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. (MSB4019) (LRadio)
/Library/Frameworks/Mono.framework/Versions/6.0.0/lib/mono/xbuild/Current/Microsoft.Common.props(3,3): Error MSB4019: The imported project "/Users/michael/Desktop/Dev/Suborghttps:/github.com/meJevin/PVWeather/LRadio/LRadio/LRadio/obj/LRadio.csproj.*.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. (MSB4019) (LRadio)
我不知道这意味着什么,也无法在互联网上找到任何东西.帮助将不胜感激.谢谢
I have no idea what it means and can't find anything in the internet. Help would be really appreciated. Thanks
推荐答案
尽管您已经解决了问题,但我怀疑原因是路径(Suborghttps:
)中文件夹名称中的:
,这似乎是可能由于Microsoft操作系统文件系统上冒号的含义而使Microsoft编译器感到困惑.
Although you have now solved it, I suspect the cause was the :
in the folder name in the path (Suborghttps:
), as this seems to confuse the Microsoft compiler, perhaps due to the meaning of colon on Microsoft operating system file systems.
这篇关于Mac版Visual Studio 2019无法建立Xamarin Forms专案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!