playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.46k stars 965 forks source link

Unable to determine whether the activesupport gem is installed, will attempt to install anyway. #2916

Open mel-geo opened 4 years ago

mel-geo commented 4 years ago

Hi everyone,

I've got a cross-platform (iOS / Android) project and I'm hoping to have google play services available only on the Android build and am quite happy to have it totally stripped from the iOS version.

However, when trying to build for iOS, I get the following error message:


Unable to determine whether the activesupport gem is installed, will attempt to install anyway.

'gem list activesupport --no-versions' failed with error code (134):

dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib Referenced from: /Users/mel/.rvm/rubies/ruby-2.2.3/bin/ruby Reason: image not found /Users/mel/.rvm/scripts/override_gem: line 19: 31225 Abort trap: 6 gem list activesupport --no-versions


I'm using Mac OS X Catalina 10.15.5 with Unity 2017.4.40 (LTS).

mel-geo commented 4 years ago

I also get this message popup in the editor occasionally:


'gem install cocoapods --user-install' succeeded but the pod tool cannot be found.

It will not be possible to install Cocoapods in the generated Xcode project which will result in link errors when building your application.

For more information see: https://guides.cocoapods.org/using/getting-started.html


Any ideas would be greatly appreciated!