摘要: ###1. 导入框架 通过 cocoapods 管理应用程序时,在 Podfile 文件中,use_frameworks! 的使用区别如下: 使用 use_frameworks! 时 dynamic frameworks 方式 → .framework cocoapods 会生成对应的 framew 阅读全文
posted @ 2019-12-19 16:55 文修君 阅读(1880) 评论(0) 推荐(0)
摘要: 1. 移除现有 Ruby 默认源: $ gem sources remove https://rubygems.org/ 2. 使用新的 Ruby 源: $ gem sources a https://gems.ruby china.com 3. 查看是否替换成功: $ gem sources l 阅读全文
posted @ 2019-12-02 15:51 文修君 阅读(220) 评论(0) 推荐(0)