Questions tagged [xamarin.mac]

Xamarin.Mac is an open source library for building Cocoa applications on OSX using C# and .NET. It is based on top of the Mono framework.

Xamarin.Mac: an open source library for building Cocoa applications on OSX using C# and .NET.

You can dig into the source code and read the documentation.

584 questions
0
votes
1 answer

Loading Html page from Resource giving UnAuthorizedAccessException in Xamarin Mac

I am developing a application in Xamarin for Mac. I have a html page whose build action is set to BundledResources and it is in root folder. My problem is that when I want to show it in WebView Control, It Does not open it. When I tries to open it…
0
votes
1 answer

Xamarin - Using an image in a custom list view ViewCell

I'm tying to create a custom ViewCell to use in a ListView like I've done many times before. However, this is the first time I've ever needed to use an image in a custom ViewCell and I'm not able to get it to work. So I’ve got my model: public class…
Jeffrey Bane
  • 592
  • 1
  • 10
  • 40
0
votes
0 answers

While running the NUnit Test Cases through command prompt, Success Exception is thrown on MAC machine only. Any Solution to resolve it?

While running the NUnit Test Cases through command prompt, Success Exception is thrown on MAC machine only. All Test Cases are passing on Xamarin Studio. Even I am able to run all the NUnit Test Cases on Windows machine through IDE as well as CMD.…
user2014334
  • 122
  • 1
  • 9
0
votes
1 answer

Auth0client not found on xamarin studio under components

I am creating Desktop Application for MAC. In which i am trying to use Auth0Client for authentication using instagram but unable to find this component on xamarin studio under get more components.
kamal deep
  • 71
  • 1
  • 7
0
votes
1 answer

Get a fully decorated sample stack trace for Xamarin Mono app on OS X

Running on OS X a debug/release mono app, via command line or Xamarin Studio, its possible to use Activity Monitor to take a sample. When I try this all managed code has had the function and assembly names removed, even though when building full…
0
votes
1 answer

Do I need to be connected to a mac, to be able to develop IOS-apps in VS on Windows?

I'm new to cross-platform mobile development with Visual Studio, and I'm wondering if it's possible to make IOS apps without connecting VS to an active mac. Seems a bit weird to always have a mac at your disposal, up and running to be able to…
Chrisaboo
  • 321
  • 1
  • 2
  • 8
0
votes
0 answers

I'm facing to install the Calabash Sandbox

Admins-Mac-mini:~ admin$ curl -sSL https://raw.githubusercontent.com/calabash/install/master/install-osx.sh | bash Preparing Ruby 2.1.6-p336... ######################################################################## 100.0% Installing gems, this may…
0
votes
1 answer

Xamarin NSDraggingDestination

I am new to XCode and Xamarin.Mac and would like to create a application which can accept a file drop. Basically i want the user to drag and drop a file on my application. I have found some tutorials on this but cant get it done in Xamarin. I tryed…
dknaack
  • 60,192
  • 27
  • 155
  • 202
0
votes
2 answers

Using breakpoints in Xamarin Studio

In Visual Studio when I use a breakpoint, F10 key moves to next step and F11 key moves next and step into methods while debugging. What is the equavalents for these keys in Mac for Xamarin Studio ?
Bengi Besçeli
  • 3,638
  • 12
  • 53
  • 87
0
votes
1 answer

Xamarin: NSInvalidReceivePortException: connection went invalid while waiting for a reply because a mach port died

I'm getting the following error when I create Xamarin form application. "NSInvalidReceivePortException: connection went invalid while waiting for a reply because a mach port died" I've Xcode-beta 8 SDK installed. I've also change the Xcode path…
d.997
  • 63
  • 8
0
votes
1 answer

Xamarin 5.10.3 installation error (on mac)

I have a problem while running Xamarin 5.10.3. I installed xamarin 5.10.3 and MonoFramework-MDK-4.4.0.142 among other dependencies, but I keep getting this error:
0
votes
1 answer

System.MissingMethod Exception after upgrading to Xamarin Forms 2.2.043 on Xamarin Studio Mac

After upgrading to the new version of Xamarin forms I'm getting a System.MissingMethod exception. Help!!!!!!!!! Screenshot is here. https://i.stack.imgur.com/vPIAx.png. I've also posted this on Xamarin Forums. Still waiting for an answere from the…
Madhav Shenoy
  • 798
  • 12
  • 32
0
votes
1 answer

Stuck in Welcome to Xamarin Forms After I Made A Changes

I'm creating my static mobile app and I'm using Xamarin Studio in Mac OS X El Capitan. I removed the default homepage which is the "Welcome to Xamarin Forms" and replace it with my own homepage. When I debug it in my iOS Emulator, it updates and run…
mark333...333...333
  • 1,270
  • 1
  • 11
  • 26
0
votes
1 answer

How to generate Proxy class for WCF in Xamarin in MAC?

I need to generate proxy class for a WCF service. I got in Windows is with command "SLsvcUtil.exe", however I need to do it in MAC. I have Xamarin Studio running. Any idea where is the utility in MAC to generate WCF Proxy Class? Thanks!
martyndev
  • 465
  • 4
  • 5
0
votes
1 answer

How to capture the screen and save it to the file in Xamarin.Mac

I'm not a experienced developer and i have a problem. I don't understand how to make screenshot and save it to the…
sann05
  • 414
  • 7
  • 18