have anyone tried to install prism template pack in Xamarin studio on Mac?

断了今生、忘了曾经 提交于 2019-12-11 06:19:24

问题


I have tried to install same, but no success. Getting below error.

Could not get information from repository: http://addins.monodevelop.com/Alpha/Mac/6.1.5/main.mrep.

Xamarin studio Version (On Mac ) Version: 6.1.5 (Build 0)


回答1:


Try manually downloading the .mpack file and add it. You can grab the file from here: http://addins.monodevelop.com/Project/Index/226

Once you have the .mpack downloaded, follow these steps to install it from Xamarin Studio.

  • Go to the Xamarin Studio -> Add-ins menu
  • Click the "Install from file..." button on the lower left.
  • Select the .mpack file you downloaded
  • Press "Open" to select it



回答2:


I installed it using the method therealjohn outlined. However, the XS version is not as good as the Visual Studio one (Windows version). In XS, when you create a new PrismContentPage, it only adds the page and wires it up for you. On Windows, it creates the page, wires it up for you, and creates the associated ViewModel in the correct location with the correct base class. In some cases it might register your view and viewmodels with your DI container automatically.



来源:https://stackoverflow.com/questions/41887704/have-anyone-tried-to-install-prism-template-pack-in-xamarin-studio-on-mac

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