Quantcast
Channel: Active questions tagged cocoapods - Stack Overflow
Viewing all articles
Browse latest Browse all 1028

'bundle exec pod install' complains about json gem not being installed, even after 'bundle install'

$
0
0

After running a bundle install the json 2.5.1 gem seems to be installed

...Fetching json 2.5.1Installing json 2.5.1 with native extensions...

Full output:

! Ignoring curb-0.9.10 because its extensions are not built. Try: gem pristine curb --version 0.9.10Ignoring digest-crc-0.6.3 because its extensions are not built. Try: gem pristine digest-crc --version 0.6.3Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3Ignoring ffi-1.15.1 because its extensions are not built. Try: gem pristine ffi --version 1.15.1Ignoring ffi-1.15.0 because its extensions are not built. Try: gem pristine ffi --version 1.15.0Ignoring ffi-1.14.2 because its extensions are not built. Try: gem pristine ffi --version 1.14.2Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1Ignoring ffi-1.12.2 because its extensions are not built. Try: gem pristine ffi --version 1.12.2Ignoring json-2.5.1 because its extensions are not built. Try: gem pristine json --version 2.5.1Ignoring json-2.3.0 because its extensions are not built. Try: gem pristine json --version 2.3.0Ignoring json-2.2.0 because its extensions are not built. Try: gem pristine json --version 2.2.0Ignoring nokogiri-1.10.9 because its extensions are not built. Try: gem pristine nokogiri --version 1.10.9Ignoring nokogiri-1.8.4 because its extensions are not built. Try: gem pristine nokogiri --version 1.8.4Ignoring unf_ext-0.0.7.7 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.7Ignoring unf_ext-0.0.7.6 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.6Fetching gem metadata from http://rubygems.org/.......Using rake 13.0.3Using CFPropertyList 3.0.3Using concurrent-ruby 1.1.9Using i18n 1.8.10Using minitest 5.14.4Using thread_safe 0.3.6Using tzinfo 1.2.9Using activesupport 5.2.6Using public_suffix 4.0.6Using addressable 2.7.0Using httpclient 2.8.3Fetching json 2.5.1Installing json 2.5.1 with native extensionsUsing algoliasearch 1.27.5Using artifactory 3.0.15Using atomos 0.1.3Using aws-eventstream 1.1.1Using aws-partitions 1.466.0Using aws-sigv4 1.2.3Using jmespath 1.4.0Using aws-sdk-core 3.114.2Using aws-sdk-kms 1.43.0Using aws-sdk-s3 1.96.0Using babosa 1.0.4Using fastimage 2.2.4Using bundler 2.1.4Using colored 1.2Using highline 2.0.3Using commander 4.6.0Using dotenv 2.7.6Using emoji_regex 3.2.2Using excon 0.82.0Using faraday-em_http 1.0.0Using faraday-em_synchrony 1.0.0Using faraday-excon 1.1.0Using faraday-net_http 1.0.1Using faraday-net_http_persistent 1.1.0Using multipart-post 2.0.0Using ruby2_keywords 0.0.4Using faraday 1.4.2Fetching unf_ext 0.0.7.7Installing unf_ext 0.0.7.7 with native extensionsUsing unf 0.1.4Using domain_name 0.5.20190701Using http-cookie 1.0.4Using faraday-cookie_jar 0.0.7Using faraday_middleware 1.0.0Using gh_inspector 1.1.3Using jwt 2.2.3Using memoist 0.16.2Using multi_json 1.15.0Using os 1.1.1Using signet 0.15.0Using googleauth 0.16.2Using mini_mime 1.1.0Using declarative 0.0.20Using trailblazer-option 0.1.1Using uber 0.1.0Using representable 3.1.1Using retriable 3.1.2Using rexml 3.2.5Using webrick 1.7.0Using google-apis-core 0.3.0Using google-apis-androidpublisher_v3 0.5.0Using google-apis-playcustomapp_v1 0.3.0Fetching digest-crc 0.6.3Installing digest-crc 0.6.3 with native extensionsUsing google-apis-iamcredentials_v1 0.4.0Using google-apis-storage_v1 0.4.0Using google-cloud-env 1.5.0Using google-cloud-errors 1.1.0Using google-cloud-core 1.6.0Using google-cloud-storage 1.31.1Using mini_magick 4.11.0Using naturally 2.2.1Using plist 3.6.0Using rubyzip 2.3.0Using security 0.1.3Using simctl 1.6.8Using terminal-notifier 2.0.0Using unicode-display_width 1.7.0Using terminal-table 1.8.0Using tty-screen 0.8.1Using tty-cursor 0.7.1Using tty-spinner 0.9.3Using word_wrap 1.0.0Using claide 1.0.3Using colored2 3.1.2Using nanaimo 0.3.0Using xcodeproj 1.19.0Using rouge 2.0.7Using xcpretty 0.3.0Using xcpretty-travis-formatter 1.0.1Using fastlane 2.185.0Using badge 0.13.0Using builder 3.2.4Using clamp 1.3.2Using fuzzy_match 2.0.4Using nap 1.1.0Using netrc 0.11.0Fetching ffi 1.15.1Installing ffi 1.15.1 with native extensionsUsing ethon 0.14.0Using typhoeus 1.4.0Using cocoapods-core 1.10.1Using cocoapods-deintegrate 1.0.4Using cocoapods-downloader 1.4.0Using cocoapods-plugins 1.0.0Using cocoapods-search 1.0.0Using cocoapods-trunk 1.5.0Using cocoapods-try 1.2.0Using escape 0.0.4Using fourflusher 2.3.1Using molinillo 0.6.6Using ruby-macho 1.4.0Using cocoapods 1.10.1Using liquid 3.0.6Using gyro 1.5.0Using mini_portile2 2.5.3Using net 0.3.3Using racc 1.5.2Using nokogiri 1.11.7 (x86_64-darwin)Using poesie 1.5.2Using slather 2.7.1Using xcode-install 2.7.0Bundle complete! 7 Gemfile dependencies, 121 gems now installed.Use bundle info [gemname] to see where a bundled gem is installed.

But when I run the bundle exec pod install command, bundler complains that json gem is missing.

Could not find json-2.5.1 in any of the sourcesRun `bundle install` to install missing gems.

I don't know if it's important but each time I run the bundle install command, some gems (json, unf_ext, digest-crc, ffi) are always fetched and installed.Thanks for your help.

I tried to resolve dependencies with bundle install before running the bundle exec command.


Viewing all articles
Browse latest Browse all 1028

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>