Load i386 libraries instead of x86_64 libraries on path /usr/lib
I have a third party library that is i386 only. It has versions of libcrypto.dylib and libssl.dylib with the appropriate i386 architecture. However, every time I try and run my application, it says...
View ArticleHow do I install / restore a package (propertyChanged.fody) for my solution...
Hi, I recently installed visual studio on my new mac. I retrieved sources from TFS and built the project. The project gives the following error: Error: Fody: Could not find a weaver named...
View ArticleCarbon driver not been ported to 64bits . few parts of Windows.Forms will...
I'm getting a runtime crash in debug target with everything at the latest version from the stable channel. I get the following error and stack trace: WARNING: The Carbon driver has not been ported to...
View ArticleCreating 32bit applications using Xamarin.Mac?
We need to reference a 32-bit library for the Mac for our application. We changed the architecture i386 but quickly realized that we were referencing Xamarin.Mac which seems to be 64-bit only. I then...
View ArticleCollection view tutorial issue
Hello, I was working through this tutorial https://developer.xamarin.com/guides/mac/user-interface/working-with-collection-views and was unable to get it to work. I was getting the following runtime...
View ArticleXamarin.Mac AOT Prototype
One possible feature for C10 is enabling a "Hybrid AOT" to improve launch performance. You can read about it here:...
View ArticleCrash with NSConcreteNotifyingMutableAttributedString...
Thanks to everyone, especially Chris, we are almost done a pretty extensive proof-of-concept with Visual Studio for Mac to develop a cross-platform application on Mac, iOS, and Android [and of course...
View ArticleStable Channel: Xamarin.Mac 3.6.0, 15.3 Feature Release
Please see the corresponding "Stable Release: 15.3" post on the Release Blog for the details about this release.
View ArticleI am getting this warning, What do I do????
/Library/Frameworks/Mono.framework/Versions/5.2.0/lib/mono/msbuild/15.0/bin/Microsoft.Common.CurrentVersion.targets(5,5): Warning MSB3276: Found conflicts between different versions of the same...
View ArticleRunning post-build operation on assemblies in bundle
Hello, I'd like to run an obfuscation step (using ConfuserEx) on my .NET assemblies before/after they are placed into the .app package. Suppose I have two assemblies: A.dll (a portable class library)...
View ArticlePMPrinter Online/Offline Status
Hi all - does anybody know how to programmatically get a PMPrinter's online/offline status in Xamarin.Mac? The PrinterState just indicates the queue's status and is "Idle" even for offline printers....
View ArticleStable Channel: Xamarin.Mac 3.6.0.19, 15.3.2 Servicing Release
Please see the corresponding "Stable Release: 15.3.2 Servicing Release" post on the Release Blog for the details about this release.
View Articleequivalent MessageBox() c#
hello all, how do I create a message box ... MessageBox.Show(string,button,default,icon,title) !!! Thank
View ArticleHow can I pass command line arguments to a Mac OS X application in Xamarin...
Hi All, How can I pass command line arguments to a Mac OS X application in Xamarin Studio? I've found this:...
View ArticleIs it possible to change background color of a View?
Hello. Is it possible to change the background color of a View in XCode or in code?
View ArticleApple no longer accepts submissions of apps that use QuickTime or QTKit APIs
We have created the PKG and uploaded to the AppStore. It is however failing to get uploaded and is giving the following error: Dear developer, We have discovered one or more issues with your recent...
View ArticleHow to change the title bar color of the window.
Hello, I'm a beginner on Xamarin and I can't translate Objective-c to C#. The way I use to change the color of the title bar on Xcode is by creating a new class: class MainWindow: NSWindowController {...
View ArticleMoved: How to download xamarin studio for mac os sierra?
This discussion has been moved.
View ArticleMissingMethodException: Method 'System.Json.JsonValue.GetEnumerator' not found
I'm getting the following exception when trying to parse some JSON in a Xamarin.Mac application. The code works ok in the Windows version of the application. System.MissingMethodException: Method...
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 Article