问题
When I made pod install on terminal this problem appeared.
cocoapods-core-1.7.2/lib/cocoapods-core/source/metadata.rb:15:in initialize': undefined method
with_indifferent_access' for false:FalseClass (NoMethodError)
回答1:
rm -rf ~/.cocoapods/repos/trunk/
Try this command. It works for me
来源:https://stackoverflow.com/questions/56612927/when-trying-to-installing-pods-i-get-the-error-with-indifferent-access