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
46
votes
1 answer

How do I launch multiple instances of Xamarin Studio on the Mac (Visual Studio for Mac)?

I'd like to have multiple copies of Xamarin Studio running simultaneously. Once one copy is running, double-clicking the Xamarin Studio icon in /Applications or clicking the currently-running Dock icon simply brings the current one to the…
patridge
  • 26,385
  • 18
  • 89
  • 135
16
votes
3 answers

No installed provisioning profiles match the installed iOS code signing keys in Xamarin using Visual Studio

I have created a PCL project, I host Mac with Visual Studio but when run iOS project, it gives error: I tried to change in iOs building signing like below but nothing works for me. Please help me solve this issue.
15
votes
2 answers

Toolbar item not showing in xamarin forms

I am pretty much new to Xamarin forms. I am trying to add toolbar items to content page. I am using IPAD Air as deployment device and used sever iPhone/ipad simulators as well. I referred the XamarinForms-Mobile App pdf document. Though its a…
siva Rapolu
  • 409
  • 1
  • 8
  • 20
14
votes
2 answers

Xamarin iOS Failed to Install

I am a Window user so to work with Xamarin I borrowed a Mac. After installing Xamarin and it's components on Mac I am able to connect it with my windows machine but when I run the debugger for running the application I get following error Please…
Manoj Sethi
  • 1,898
  • 8
  • 26
  • 56
14
votes
5 answers

Error Code-90161 Invalid provisioning profile

ERROR ITMS-90161:"Invalid Provisioning Profile I have created IPA using Xamarin IOS in ad-hoc mode and selected a adhoc provisioning profile. but while uploading, following error annoying me :( when I uploaded using application loader: ERROR…
Ravi Anand
  • 5,106
  • 9
  • 47
  • 77
12
votes
4 answers

Could not retrieve SSH fingerprint. Make sure that Mac is reachable and remote login is enabled

I am trying to connect to MAC Build host from visual studio but when i press connect button, above error is shown (same as title of this question).Please spend a few minutes reading following log file and provide me with your precious suggestions to…
12
votes
6 answers

How to get monitor EDID in OS X?

I'm looking to pull the EDID information in OS X / macOS? It looks like it's stored in the IORegistry. Is there a way to access it with the current monomac libraries? Can I do it with standard interop or do I need to write a custom shim? It looks…
Joel Barsotti
  • 3,031
  • 7
  • 35
  • 59
12
votes
7 answers

Metadata file .dll' could not be found

I am trying with Xamarin and I try to deploy the iOs project to see it into iOS Emulator and I could not do it because I have the following error metadata file .dll' could not be found...... I have try to fix it clean the solution and rebuild the…
Alejandro Castán
  • 289
  • 2
  • 4
  • 11
11
votes
3 answers

Where is the difference between Xamarin.Mac and Mono:OSX

Where is the difference between Xamarin.Mac and Mono:OSX. I know Xamarin bought Mono so I thought it should be the same. But Mono:OSX seems to be free, while Xamarin.Mac costs at least 399$. So where is the difference between them both? Xamarin.Mac…
netblognet
  • 1,951
  • 2
  • 20
  • 46
10
votes
1 answer

Using SQLite-Net Extensions and SQLiteConnection in Xamarin.Mac

I'd like to know, how can I use SQLite-Net Extensions within Xamarin.Mac project? I'm using Xamarin Studio 5.9.5, I've created project from Mac->App->Empty project (Unified API). Installed package SQLite-Net Extensions. Here is the beginning of my…
voytek
  • 2,202
  • 3
  • 28
  • 44
10
votes
2 answers

Can Apple Mac OS runs on virtual machine in Windows as build host with Xamarin.iOS?

I want to develop an iOS mobile app using Xamarin in Windows. Can Apple Mac OS run on a virtual machine in Windows, rather than run on a separate physical machine as build host? If possible, any link to the setup would be appreciated, for running…
Pingpong
  • 7,681
  • 21
  • 83
  • 209
9
votes
6 answers

Cannot install NuGet package Microsoft.Bcl.Build 1.0.14

I am making a multi-platform app in VS 2013 (iOS, WinPhone and Android). I want to add into the iOS reference folder a Nuget Packages named Microsoft Http Clients Libraries and I cannot do it because I get the following error: Could not install…
Alejandro Castán
  • 289
  • 2
  • 4
  • 11
9
votes
1 answer

Size of IL for Xamarin c# code?

Xamarin seems to be a nice choice of cross-platform development to me.However, there are starter and indie licenses. The major difference is that: Xamarin Starter allows developer to build and publish simple apps, which contain no more than 32k of…
8
votes
1 answer

Xamarin Mac application doesn't react when I try to allow it in Dropbox

I am developing a Xamarin Mac application and I need to do some data syncing with Dropbox. I have created a WebView which navigates to a URL where the user is prompted to enter its username and password. After hitting OK and successfully signing in…
Ivan Crojach Karačić
  • 1,911
  • 2
  • 24
  • 44
8
votes
1 answer

Embed dylib in Xamarin.Mac binding dll

I'm creating bindings for Xamarin.Mac / MonoMac. I'd like to embed the dylib in the generated dll like it's done on Xamarin.iOS with the [LinkWith] attribute. Is it possible to do that ? if so how ? Or should I load the dylib from the consuming…
Stephane Delcroix
  • 16,134
  • 5
  • 57
  • 85
1
2 3
38 39