ios Deploy Error
I have successfully generate android build and my app is run in ios simulator: But i cant debug or deploy it into real ios device getting error . "...
View ArticleNSScrollView.AddFloatingSubview?
I can't find the method https://developer.apple.com/documentation/appkit/nsscrollview/1403546-addfloatingsubview, is it somewhere? It looks absent...
View ArticleCoreGraphics.CGEvent.CreateTap always returning null?
I'm trying to log key presses using CoreGraphics.CGEvent.CreateTap, but the call is always returning null. The app has Accessibility access, and I've also tried running with sudo to no avail. Is there...
View ArticleWhat do you use for code coverage?
My team is developing a product where we need to measure code coverage. Does anyone have a solution for this? I've found XR.Mono.Cover, but I was hoping there was something more mature. Thanks in...
View ArticleXamarin.Mac linker behavior, AppStore validation rejected
Hello After updating to the last version of VS for Mac (7.6.10 b27) including latest version of Xamarin.Mac (5.0.0.0), I've released a new version of my app to Appstore, but it is getting rejected with...
View ArticleRelay Command works in Xamarin Forms on iOS but not on Mac
Hi, My RelayCommand works in Xamarin Forms on iOS but not on Mac, any ideas? I'm using MvvmLight. Kind regards, Anthony Harrison
View ArticleBoilerplate style declaration "| NSWindowStyle.Titled" throws
Hi, The following boilerplate code throws: var style = NSWindowStyle.Closable | NSWindowStyle.Resizable | NSWindowStyle.Titled; however if I do this: var style = NSWindowStyle.Closable |...
View ArticleInterprocess communication with AuthorizationExecuteWithPrivileges
I have an application (C#, multiplatform) that require elevated permissions to do some tasks. So, i have the main application (C#) that run with normal user, and launch another 'helper' application (C#...
View Articleresource fork finder information or similar detritus not allowed
I installed the beta version of xamarin IOS, MAC, Visual Studio and now, when I compile my MAC project, I have the following error: resource fork finder information or similar detritus not allowed Can...
View ArticleHow to change views on Xamarin.Mac
Hi, I have implemented a splitview controller with table view at the left splitviewitem and content view at the right splitviewitem. How to change the views in the right splitviewitem of the window...
View ArticleTrouble deleting a file on an external drive
Hi All, I'm in a bit of a bind and would appreciate any help possible. I have an application that will mount a device as a mass storage device in order to transfer files to it. After mounting the...
View ArticleBug in Xamarin for Mac at base.DidFinishLaunching(notification) and at the...
Hello, After some time not having bugs in MacOS 10.13 while debugging my app, an error is being thrown at : base.DidFinishLaunching(notification) As you can see on the screenshot, the error happens at...
View ArticleXamarin on Mojave not properly loading controls
Since upgrading to Mojave and Xamarin (VIsual Studio for Mac 7.6.11 b9), sometimes when I compile an app, my dropdowns and panels can become transparent and unusable. It's not every time, sometimes it...
View ArticleAccessing storyboard items in a tabviewcontroller
I'm in process of producing a Mac version of my Windows app. So far going well. I've got stuck on what should be something really basic. I've got the main.storyboard file with a NSTabViewController to...
View ArticleIntegrate scanner and tabs as in safari style (of Finder)
I have 2 requests: 1) Can someone help me to integrate directly into a Xamarin.MAC application the ability to scan a document 2) I would like to integrate in my application Xamarin.Mac the possibility...
View ArticleDeadlock
I have problem when my application (Xamarin.Mac) runs for a longer time. It is just periodically connecting to local HTTP server and updates the UI if needed. I start it from VS in debugger and I keep...
View ArticleXamarin.Mac - Network connected / disconnected event
How can I detect the internet connectivity in a Xamarin.Mac app? How can I receive an event when LAN cable is plugged / unplugged, WIFI connected / disconnected or connected to other available...
View ArticleClipboard and Screen size
Hello Xamarin folk ^_^ I have a fairly memory hungry game for which I'm trying to improve MacOS support, there is just this nagging little missing piece of the puzzle that causes some major...
View ArticleAutomatic Provisioning failed: An App ID with Identifier '*' is not available.
I used to be able to deploy to iOS devices using Automatic Provisioning in Visual Studio for Mac. I haven't done so in a while. The last time I tried I also updated MacOs, XCode, Visual Studio for Mac...
View ArticleFunction GetTempPath() returning different path on Maverics and High Sierra OS
I am using GetTempPath() to get temporary directory path. But I am getting following path of Temp Dir path on High Sierra /private/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000 and getting following...
View Article