Meituan-Dianping / Logan

Logan is a lightweight case logging system based on mobile platform.
https://tech.meituan.com/logan_open_source.html
MIT License
5.62k stars 860 forks source link

chore(ios): 修复 iOS 编译 warning #498

Closed isimple4 closed 7 months ago

isimple4 commented 8 months ago

chore: 修复 iOS 编译 warning #458 #238 chore: 调整 iOS example 使用 pod 方式引入依赖 chore: 升级 Logan iOS target 到 9.0,升级 Pod 版本

Richard-Cao commented 7 months ago

感谢贡献~ @wsxyeah 一起看看~

wsxyeah commented 7 months ago

我看这个 PR 主要是将 iOS Example 改为 Pod 方式依赖 clogan?

isimple4 commented 7 months ago

我看这个 PR 主要是将 iOS Example 改为 Pod 方式依赖 clogan?

主要是修复了两个issue里提到的warning,顺便把 example 调整了下方便复现用户问题

wsxyeah commented 7 months ago

LGTM

Richard-Cao commented 7 months ago

我看这个 PR 主要是将 iOS Example 改为 Pod 方式依赖 clogan?

主要是修复了两个issue里提到的warning,顺便把 example 调整了下方便复现用户问题

哪两个issue,能引用一下么

isimple4 commented 7 months ago

我看这个 PR 主要是将 iOS Example 改为 Pod 方式依赖 clogan?

主要是修复了两个issue里提到的warning,顺便把 example 调整了下方便复现用户问题

哪两个issue,能引用一下么

嗯,是这两个,原文里也引用了,可能比较短😂 iOS pod 引入带入了.markdown文件 #458 iOS Pod 引入带来编译警告 #238