配置Podfile支持playground导入库
文章目录
【注意】最后更新于 October 6, 2018,文中内容可能已过时,请谨慎使用。
pod支持问题
xcode-playground-with-cocoapods You could use ThisCouldBeUsButYouPlaying or add this to your Podfile xcode7.3.1和cocoapods1.0版本导致playground无法import相关动态库
RxSwift资源案例
在项目中使用RxSwift.Resources.total
,提供所有Rx资源分配的计数,这对于在开发期间检测泄漏非常有用。
在写入磁盘之前,修改一些工程的配置post_install hook:
|
|
Run pod update. Build project (Product → Build).
post_install 用法
podfile hook语法 post_install语法 把玩CocoaPods post_install 和 pre_install
文章作者 iTBoyer
上次更新 2018-10-06