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
{{ message }}
This repository has been archived by the owner on May 28, 2019. It is now read-only.
linking shared-object gherkin_lexer_ar.bundle
clang: error: unknown argument: '-multiply_definedsuppress' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
make: *** [gherkin_lexer_ar.bundle] Error 1
The text was updated successfully, but these errors were encountered:
Ok, this in fact can be solved by rebuilding ruby on your machine. Gems pick up the build settings from the ruby build and some unused flags can trickle through. See davidfstr/rdiscount#115
I experienced the same issue when upgrading to Xcode 5.1 ( iOS 7.1 ). We ended up downgrading back to iOS 7.0 to get the functional tests running again. Hope this is fixed soon so that we can start using iOS 7.1.
When installing the gem the build fails with:
The text was updated successfully, but these errors were encountered: