Visual Studio 2022 Mac Console shows purple screen - macos

This is my first question, I think, let me know if have to do in other way.
Past weekend my Visual Studio for Mac, currently v17.4, doesn't works even running a clean new console project, with default Hello World string.
It shows a blank Purple screen and no errors or any other output.
After read this question
Visual studio 2022 for Mac (M1) showing purple terminal and not running program?
I removed completelly using MS scripts https://learn.microsoft.com/es-es/visualstudio/mac/uninstall?view=vsmac-2022
Downloaded and install latest version, but today is happening again.
I'm running Mac OS 12.6 on MacBook Air M1 2020.
Any idea about what could be happening or how to fix that?
Thanks

For those looking for a solution to the Console purple screen in Mac the solution is here...
https://developercommunity.visualstudio.com/t/Application-Output-purple-window/10180164
Remove contents for your Visual Studio version in these folders:
~/Library/Preferences/VisualStudio/17.3
~/Library/Caches/VisualStudio/17.3/
~/Library/Application\ Support/VisualStudio/17.3/
It worked in my case.

Related

Unable to Pair to Mac with Visual Studio 2022 17.3 - .NET MAUI

I'm trying to pair with my Mac to build the iOS version of a MAUI application. I'm running VS2022 17.3 on both PC and Mac but getting this:
Kind of stumped as to why on a brand new Windows install and fresh versions of VS this basic function doesn't work.
Anyone know what to do to resolve this?
UPDATE:
The reason this was not working was that the OP did not have Mono installed on their System.
OG answer:
So I just tried it out on the following versions of VS MAC 17.3(Build 2102) with VS Windows 17.3 and it seems to be working
Steps I recommend you took to make sure this worked for you as well:
Make sure both PC are on the same network(LAN/WIFI)
Make sure there are no updates left over at your end.
If this was connected on a previous version of VS then you might have to disconnect/delete and reconnect this device.
Hope this helps!

Running on Android Studio on my Mac is becoming impossible

I have a 2019 MacBook Pro 13" with a 10th gen i5 and 8 gb of ram. Whenever I try to run android studio on my Mac. My life becomes a nightmare. If I even try to change some of the preferences, it just stops responding, and the weird part is that everything else keeps running perfectly, there are absolutely no issues with any other app running while android studio is frozen I am learning how to code and use such programs and I have no idea why this is happening when I've seen people use 6-7 year old MacBook Airs to run it and it works. I have no plugins installed, just the basic out-of-the-box settings. Can someone please help me.
Android Studio freezes on macOS Big Sur
On machines running macOS Big Sur, Android Studio 4.1 might freeze when you open a dialog.
To work around this issue, do one of the following:
Go to the Apple Menu, select System Preferences > General. In the
Prefer tabs when opening documents option, select "never". Then
restart Android Studio.
Upgrade to Android Studio 4.2, currently available in the Beta channel.
As mentioned by Android Studio Itself

Unable to run the console application as tools goes missing in Visual Studio 2019 Community?

I was running my console programs on mac without any problems and getting output in the console window a few days back. Now my unity window was open when I opened Visual Studio for running a console application (which I took from recent projects) and my tools to run or debug was gone. I clicked run from the menu but nothing is happening. I clicked run - start debugging I am getting an error like this
A ӳcriptӠcan״ go after this identifier.
I updated my mac to latest version - mac OS Catalina 10.15.2 - recently.
The above image is what has happened.
A few days back my tool set view was similar to the image shown below.How to see the tools again.
I also tried this option - another answer options was checked.

Android studio quit unexpectedly on Mac Catalina beta

I installed the latest version of Mac OS (Catalina Beta 10.15) and faced with the following problem: when I open Android studio and start writing code studio quits with such crash report. Can you help me to solve this problem, as it really doesn't allow to work normally. I think that re-installing can help, but maybe there are any other solutions?
*Message in a code style, because pastebin links require that *
It's a know problem in several JetBrains based products.
As a workaround, add -Dsun.font.layoutengine=icu into Help | Edit Custom VM Options and restart IDE.
Also see: Unexpected crash when I update my MacBook Pro to MacOS Version 10.15 Beta (19A501i)

Xamarin Studio do not start after install

Trying to install and run Xamarin Studio on my Mac, unfortunately this is not going well, please help. I have 7 years cross platform and app development behind me so I should now the basics.
I downloaded Xamarin Studio for Mac on the site, a dmg file was clicked and installation begun. I have gone through all steps and after problems with disk space (25 GB??) it was done.
Moving on to start Xamarin Studio and nothing happens. Absolutely nothing. I tried reboot my mac, I tried several times to start, but nothing.
(It was installed and required to enter my Admin password so it should have been installed as admin)
I use Yosemite 10.10.5 at the moment
I have Xcode installed version 7.1.1
I have Android SDK installed from before (but now also a new SDK :( )
When I read at the site there are not consistent information, at the requirements overview it says latest Xcode is required, on the actual table it is recommended. Anyone know if this is ACTUALLY my problem?
I have a problem to upgrade at this point as it can produce production problems for the deliveries I am about to do this week, at the same time I need to have Xamarin started.
Have anyone been running Xamarin with Xcode 7.1.1?? And build apps to iOS?
I was kind of expecting Xamarin Studio to at least start and let me know.
By the way I have been trying to find the answer here but cannot find anything, also at Google of course, let me know if you know a resource..
Hope I was enough specific
1) Open Console.app, "Clear the Display" and launch Xamarin Studio and review the Messages for failures/issues
2) Open a shell (Terminal or iTerm2) and run Xamarin Studio and review any messages shown. A properly functioning Xamarin Studio launched to it's main window this way will not produce any messages in the shell.
/Applications/Xamarin\ Studio.app/Contents/MacOS/XamarinStudio
3) Check the Xamarin Studio logs:
cd ~/Library/Logs/XamarinStudio-6.0/
rm *.log
/Applications/Xamarin\ Studio.app/Contents/MacOS/XamarinStudio
Review any .log files created
Xamarin System Requirements:
macOS
I'm running El Captain 10.11.6 and what solved the problem to me was to follow #SushiHangover's step 2 that is to open Terminal and run Xamarin from the cli, then I got this:
$ /Applications/Xamarin\ Studio.app/Contents/MacOS/XamarinStudio
Cannot open assembly '/Applications/Xamarin Studio.app/./XamarinStudio.exe': No such file or directory.
After that I googled it and read this bugzilla thread that made me remove Xamarin Studio app:
$ rm -rf /Applications/Xamarin\ Studio.app
And and reinstall it from the original installer.
All worked fine after this. :)

Resources