xcode6 - Strange messages from gems after switching to Xcode 6 and Yosemite -



xcode6 - Strange messages from gems after switching to Xcode 6 and Yosemite -

i switched xcode 6 , yosemite. now, when run gems next messages. i've seen other questions on here same error message, none of them seem match this.

is due known alter in dev environment? need reinstall gems?

$ mygem start ignoring bigdecimal-1.2.5 because extensions not built. try: gem pristine bigdecimal-1.2.5 ignoring debase-0.0.9 because extensions not built. try: gem pristine debase-0.0.9 ignoring ffi-1.9.3 because extensions not built. try: gem pristine ffi-1.9.3 ignoring redcarpet-3.1.1 because extensions not built. try: gem pristine redcarpet-3.1.1 ignoring xcodeproj-0.17.0 because extensions not built. try: gem pristine xcodeproj-0.17.0 ignoring bigdecimal-1.2.5 because extensions not built. try: gem pristine bigdecimal-1.2.5 ignoring debase-0.0.9 because extensions not built. try: gem pristine debase-0.0.9 ignoring ffi-1.9.3 because extensions not built. try: gem pristine ffi-1.9.3 ignoring redcarpet-3.1.1 because extensions not built. try: gem pristine redcarpet-3.1.1 ignoring xcodeproj-0.17.0 because extensions not built. try: gem pristine xcodeproj-0.17.0

for each gem beingness ignored have run:

gem install %gemname%

and then

gem pristine %gemname%

gem xcode6 osx-yosemite

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -