Skip to content

Commit

Permalink
cocoapods Install [已适配M1]
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDragonLi committed May 25, 2021
1 parent 7ff3b21 commit 46aa09a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
|iOS技能图谱/技术栈|[iOS技能图谱-byStuQ](./iOSNote/map-MobileDev-iOSDev.md) <br>[JSPatch作者博客中的技能栈-图](./images/iOS/iOSDev-bang.png)|
|iOS开发相关shell脚本|[Pod自动化更新脚本&&组件校验脚本](https://github.com/DevDragonLi/DevelopBaseNote#shell)<br>[项目依赖子组件批量更新克隆脚本](https://github.com/DevDragonLi/DevelopBaseNote#shell)|
|iOSDevNote|[**东半球效率最高的iOS组件通信中间件**](https://github.com/DevDragonLi/ProtocolServiceKit)<br>[**DarkMode适配组件**](https://github.com/DevDragonLi/LFLDarkModeKit)<br>[iOS项目完全解耦**Debug菜单中心组件**](https://github.com/DevDragonLi/iOSDebugKit)<br>[**iOS开发架构分享文稿**](./iOSNote/iOS_architecture.pdf)<br>[**掘金客户端体积瘦身**](./iOSNote/iOSAppThin.md)<br>[**iOSDevCodeRepo**](https://github.com/DevDragonLi/iOSDevDemo)<br>[Core Animation框架结构及性能调优11张大图详解](https://github.com/DevDragonLi/Core-AnimationPerformanceOptimization)<br>[iOS_StaticLibrary](./iOSNote/iOS_StaticLibrary.md)<br>[iOS经典Crash分析与总结- QQ`MelonTeam`](https://github.com/DevDragonLi/iOSDevDemo)<br>[iOS核心动画高级技巧阅读笔记(**性能调优**,**高效绘制**,**图像IO**,**图层性能**)](./iOSNote/iOSCoreAnimationNote.md)<br>[单元测试概述](./iOSNote/UnitTesting.md)|
|CocoaPods |[**cocoapods-plugins:插件汇总**](./iOSNote/CocoaPods/cocoapods-plugins.md)<br>[开源组件之开发流程](./iOSNote/CocoaPods/cocoapods-pod.md)<br>[管理库的使用技巧](./iOSNote/CocoaPods/cocoapods-pod.md)<br>[公司内部组件化开发参考基础文档](./iOSNote/CocoaPods/cocoapods-PodFile&spec.md)<br>[私有库参考Demo](https://github.com/DevDragonLi/iOSDevDemo/tree/master/1-DevDemo/PodPrivate_demo)<br>[Podspec语法说明及PodFile使用汇总](./iOSNote/CocoaPods/cocoapods-PodFile&spec.md)|
|CocoaPods |[**cocoapods Install [已适配M1]**](./iOSNote/CocoaPods/cocoapods.md)<br>[**cocoapods-plugins:插件汇总**](./iOSNote/CocoaPods/cocoapods-plugins.md)<br>[开源组件之开发流程](./iOSNote/CocoaPods/cocoapods-pod.md)<br>[管理库的使用技巧](./iOSNote/CocoaPods/cocoapods-pod.md)<br>[公司内部组件化开发参考基础文档](./iOSNote/CocoaPods/cocoapods-PodFile&spec.md)<br>[私有库参考Demo](https://github.com/DevDragonLi/iOSDevDemo/tree/master/1-DevDemo/PodPrivate_demo)<br>[Podspec语法说明及PodFile使用汇总](./iOSNote/CocoaPods/cocoapods-PodFile&spec.md)|
|开源框架|**[WiFi显示图片高清图;蜂窝显示图片缩略图解析](./iOSNote/Analyze/SDWebImage/网络网络状态不同加载图片.md)**<br>**[MJRefresh源码解析](./iOSNote/Analyze/MJRefresh/MJRefresh.md)**|

## 赞赏一下旺仔(收集整理不易,且赞且珍惜)
Expand Down
11 changes: 11 additions & 0 deletions iOSNote/CocoaPods/cocoapods.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

## 2021 install cocoapods


> 备注:rbenv安装较慢【等】
```
brew install rbenv
CFLAGS="-Wno-error=implicit-function-declaration" rvm install 2.6.3
```

> sudo gem install -n /usr/local/bin cocoapods -v 1.10.1
-------------
Expand Down

0 comments on commit 46aa09a

Please sign in to comment.