You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
landongn
changed the title
included static library compiled for iOS rather than Univsersal
included static library compiled for iOS rather than Universal
Oct 23, 2015
I see the Podfile says OS X is supported, but the static lib that comes bundled with it doesn't play along with that.
jeremy-w
changed the title
included static library compiled for iOS rather than Universal
Installing via CocoaPods in an OS X (NOT iOS) project should work out of the box
Nov 1, 2015
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.
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.
The text was updated successfully, but these errors were encountered: