All Questions
486 questions
0
votes
3
answers
640
views
Application in Xamarin Forms and it stopped working on iPhones that updated to iOS 18.0
I have an application in Xamarin Forms and it stopped working on iPhones that updated to iOS 18.0
The first time I compile the application it works normally, but if I finish it and open it again, it ...
0
votes
0
answers
41
views
Working with Maui .Net, I need create a Mac Catalyst App and open WhatsApp web in a web view
WhatsApp web never load the QR Code for scan.
In the output console I have the error:
**Cannot store WebCrypto master key, error -34018
**
All the features for enable javascript in the web view are ...
1
vote
2
answers
1k
views
Trying to install Maui on Mac: How can I solve the .Net workload version 8.0.401-baseline.24412.2 not found problem?
I'm trying install the maui workload along with the .net workloads on Mac using the terminal, and I keep getting this problem of Unhandled exception: System.IO.FileNotFoundException: Workload version ...
0
votes
0
answers
286
views
Critical error when trying to pair from VS 2022 with MacBook Air
On the MacBook Air:
Xcode version: 15.4
On Windows:
Visual Studio 2022 version: 17.10.5
VisualStudio.Mac 1.0
Xamarin 17.10.0.110
Xamarin.iOS and Xamarin.Mac SDK 16.4.0.23
I get the following messages:
...
0
votes
1
answer
82
views
Can I develop a Flutter iOS application on Windows with a simple LAN connection to a Mac?
I'm a Xamarin developer considering a move to Flutter.
I have a powerful Windows desktop and a mid-range Mac laptop.
For my Xamarin development, I was able to develop for iOS on my windows machine, as ...
1
vote
2
answers
4k
views
.NET Maui on mac using Jetbrains Rider Error
This is with the template project for .net MAUI. After selecting new solution, i create a new .net MAUI project using the Jetbrains IDE interface. The default build is pixel 5, and this used to work, ...
3
votes
0
answers
463
views
Visual Studio 2022 Xamarin can't pair with remote mac, "Invalid Crededentials"
I'm trying to pair Visual Studio 2022 for Windows with a remote Mac, so I can build an iOS/Xamarin app (per https://learn.microsoft.com/en-us/xamarin/ios/get-started/installation/windows/connecting-to-...
3
votes
1
answer
1k
views
Pairing with a mac results in visual studio freezing
I have an app that was developed using Xamarin on Visual Studio (17.7.1 & 17.7.3) and I want to publish it on the App Store for Apple and to do that I need to pair with a mac. Now, as the title ...
0
votes
0
answers
57
views
Issue using "System.IO.Ports" namespace on Xamarin.Mac 2.0
I'm trying to add the namespace System.IO.Ports into my Xamarin.Mac project, but it's not working. Anyone who has the same issue ?Also I see that in my Project.csproj file, the is the V2.0, but on ...
0
votes
0
answers
36
views
How does Visual Studio determine which SSH and arguments to use? [duplicate]
We have a machine running Visual Studio 2022 17.6.3 that we use to build our Xamarin projects. We recently upgraded our macOS to Ventura and since have not been able to pair Visual Studio to the mac. ...
-1
votes
1
answer
89
views
C# Monogame Xamarin build gets stuck randomly in Visual Studio for Mac
I use Visual Studio for Mac on M1 MacBook Air, specifically targeting Android using Monogame.
The build gets stuck randomly and at any point in time, so the first time I build after opening VS, it ...
2
votes
0
answers
3k
views
How to open a Xamarin Visual Studio project (sln) in Xcode on mac
Greetings dear developers. I have a problem that I cannot solve without your help. I have a Xamarin project. It was made in Visual Studio and therefore has the extension - sln. I need to open this ...
3
votes
1
answer
2k
views
Visual Studio 2019 pair to mac stuck at "Checking ssh configuration"
I know this issue has been posted before, but the solutions didn´t really help me.
I´m working on a Xamarin App and I need a mac to test my Application there. I updated the Mac OS to Mac OS Ventura. ...
0
votes
0
answers
78
views
Xamarin Forms iOS and Android projects not able to run In Mac?
The below are the issues I am getting when I am cleaning and Building the project.
When we are running the project iOS or Android both is occurring same
error:
/Library/Frameworks/Mono.framework/...
1
vote
0
answers
44
views
Segue from ViewController to another Window Controller not calling PrepareForSegue
I have a ViewController that comes from the main window. On that ViewController there is a button that opens up another window (a Split Window Controller) when pressed. For that, I created a Modal ...