jeremy-w/objc-zmq

Installing via CocoaPods in an OS X (NOT iOS) project should work out of the box

Closed this issue · 3 comments

screenshot 2015-10-22 16 57 07

It would seem the included .a file is statically built for only supporting arm environments, rather than x86. Would be nice to have an option to build the .a file yourself in a bash script or something, or include a universal binary instead.

I see the Podfile says OS X is supported, but the static lib that comes bundled with it doesn't play along with that.

Retitled to describe the problem.

If someone issues a PR with a cross-platform staticlib, I'll happily declare support for OS X in the podspec again. Absent that level of interest, adjusting it to match the current reality seems the best course of action.