[Mono-osx] Solved (regarding bmac / dylib)

Raymond Reggers raymond.adaptiv at gmail.com
Thu Feb 9 00:07:36 UTC 2012


My Xcode framework architecture was set to 64 bit (intel). I wanted to use automatic reference counting, which does not work with the standard architecture setting 32bit / 64 bit (intel). Disabling arc and setting the architecture to 32bit / 64bit worked. The bmac generated bindings work now.

Still I wonder if I could use a framework compiled against 64 bit and arc enabled?

Raymond



More information about the Mono-osx mailing list