개발/아이오에스

[pod error]-Could not find 'CFPropertyList' (>= 2.3.3, < 4.0) among 83 total gem(s) (Gem::MissingSpecError)Checked in 'GEM_PATH=/Users/dev.geeyong/.rvm/gems/ruby-3.0.0:/Users/dev.geeyong/.rvm/rubies/ruby-3.0.0/lib/ruby/gems/3.0.0:/usr/local/Cellar/cocoa..

dev.jake 2022. 10. 7. 14:37

Could not find 'CFPropertyList' (>= 2.3.3, < 4.0) among 83 total gem(s) (Gem::MissingSpecError)Checked in 'GEM_PATH=/Users/dev.geeyong/.rvm/gems/ruby-3.0.0:/Users/dev.geeyong/.rvm/rubies/ruby-3.0.0/lib/ruby/gems/3.0.0:/usr/local/Cellar/cocoapods/1.11.2_2/libexec', execute `gem env` for more information

 

https://stackoverflow.com/questions/37361452/could-not-find-cocoapods-0-among-n-total-gems-gemloaderror

 

Could not find 'cocoapods' (>= 0) among N total gem(s) (Gem::LoadError)

When I am trying to pod install, getting following issue: Faizs-MBP:newj faizfareed$ pod install /Library/Ruby/Site/2.0.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'cocoapods' (>...

stackoverflow.com

 

sudo gem uninstall --all
sudo gem install -n /usr/local/bin cocoapods
pod setup

 

gem와 코코아팟을 재설치했다.