http://developer.xamarin.com/guides/cross-platform/macios/32-and-64/
Looking down in the Xamarin.Mac section it says there should be an option to select the architecture. I'm building some static libraries with x86_64, and I want to link them, but I think it's not recognizing my static library APIs because it's selecting i386 by default.
See attached screenshot for more details. There's no option to select architecture.
Posts
Hi @BenCoulston,
It looks like you're using a Classic API project. 64 bit is only available in Unified projects.
You're correct @TimothyRisi . Woops, should've made this a question. After adding it, I have some build issues to fix, but it lets me select x86_64.
Thanks!