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
There have been some interesting problems with compatibility when it comes to Ruby being built by one version of XCode and the dynamically linked extension being built by another version. It might be worth adding another component to the binary tarball filename for things like xcode and/or glibc version. Look into how Python's wheel does tags.
The text was updated successfully, but these errors were encountered:
This might not be necessary? The platform on OSX 10.11 is darwin15, whereas the one for OSX 10.12 is darwin16. That doesn't really help when you build with different xcode versions, though.
There have been some interesting problems with compatibility when it comes to Ruby being built by one version of XCode and the dynamically linked extension being built by another version. It might be worth adding another component to the binary tarball filename for things like xcode and/or glibc version. Look into how Python's
wheel
does tags.The text was updated successfully, but these errors were encountered: