How can I launch multiple instances of MonoDevelop on the Mac?

前端 未结 10 1641
一整个雨季
一整个雨季 2020-12-22 17:46

I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance.

10条回答
  •  囚心锁ツ
    2020-12-22 18:46

    Just Open the Terminal write or below command , you can change instance name number e.g(/Xamarin\ Studio1) it's open another one Xamarin Studio , e.g(/Xamarin\ Studio1)

    $ open -na /Applications/Xamarin\ Studio.app --args -DataPath /Users/$(whoami)/Library/Application\ Support/Xamarin\ Studio1
    

    Using above you can create any of .app multiple instance .

提交回复
热议问题