All Questions
73 questions
0
votes
3
answers
643
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 ...
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 ...
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 ...
0
votes
0
answers
287
views
After Updating VS 2022 for Mac not getting anything in output window. It's just showing purple color
Today I installed all updates available for Visual Studio 2022 for Mac. After updating, my application works fine but as soon as an app runs "Application Output" window also opens in the ...
0
votes
0
answers
361
views
Create Visual Studio for Mac extension (.mpack) file
I am trying to create a new project template extension. I have followed the steps mentioned in the link below to create the template. It works fine on my Visual Studio as it is adding the ...
-1
votes
1
answer
431
views
Visual Studio Mac 2022 not showing exception information just opening new window Source Not Found
Whenever Visual Studio Mac 2022 throwing an exception with I am not getting any information in Application Output window related to exception like name of the error, file name, line number etc. ...
0
votes
1
answer
779
views
Visual Studio for Mac not finding Telerik nuget packages [duplicate]
I cloned a Xamarin project to the mac machine, but I keep getting build errors that the package of Telerik.Ui.For.Xamarin.(PackageName) could not be found. No packages exist with this id in sources.
...
3
votes
0
answers
635
views
Cannot add package reference
I'm building a xamarin.ios app in VS mac. I'm trying to add a certain package, but when I try to add it I get this error
jon@jons-MacBook-Pro-2 helloworld % dotnet add package Ditto
/...
-1
votes
2
answers
81
views
Xamarin iPhone deploy with Xcode won't show it connected
My iPhone is connected to the mac (Can be seen under System Information>USB>iPhone) but Xcode does not let me use the iPhone and it says at the app scheme "No devices connected to My Mac.&...
1
vote
2
answers
525
views
.NET6 not compatible with Visual Studio for Mac M1, what can I use for xamarin?
I'm trying to learn how to make apps with xamarin forms. I'm using a M1 Macbook pro, and when I open Visual Studio, it says I have to uninstall my latest versions of .NET (I have .NET6), I read that ....
0
votes
0
answers
103
views
Xamarin.Mac Deployment issue
I am trying to deploy and debug a xamarin.mac app inside a xamarin.forms application. I can build it but am not able to deploy it to my mac. (I am using VS for mac) the error pop up is not helpful ...
-1
votes
1
answer
179
views
How to make menus in a storyboard in xcode with cocoa and c#
I want to make many menus like antiviruses do. I want it so when you click one of the many buttons I have on the left, all the other buttons will disable and this one wil stay enabled. And it will ...
0
votes
2
answers
264
views
Xamarin.Mac: Closed window is not reopened to click app icon in the dock
I would like to be able to close all the windows once and then click on the icon in the Dock to make the window reopen again.
I was able to find the following code.
AppDelegate.cs
public override ...
0
votes
1
answer
228
views
Calling URL from Visual Studio on Mac. GetAsync never returns
I have did this several times on Visual Studio C# on Windows.
Now I am using my Mac - creating a Xamarin App in Visual Studio C# and this simple code does not work:
using (HttpClient myClient = new())
...
0
votes
1
answer
115
views
Trouble with break point in visual studio for mac
I am using visual studio for mac 2019, when I run my application Xamarin in Android the breakpoints are disabled, I don't know why because in other files yes it works excelent the breakpoints, can ...