Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在Mac OS X v10.11.6 (El Capitan)中创建 pod 文件?
我用什么来代替“sudo gem install cocoa pods”和“pod setup --verbose”?
创建一个 pod 文件:
touch podfile
sudo gem install -n /usr/local/bin cocoapods
这有帮助。