解决CocoaPods的library not found问题
下载的工程pod install后,
若出现 `ld: library not found for -lXXX` 类似的, 设置 `Project` -> `Pods` 下所有第三方库的 `Build Active Architecture Only` 为 `NO`
感觉debug模式下设置`Build Active Architecture Only` 为 `YES`是正常情况,出现这个问题的根本原因还没有搞懂
下载的工程pod install后,
若出现 `ld: library not found for -lXXX` 类似的, 设置 `Project` -> `Pods` 下所有第三方库的 `Build Active Architecture Only` 为 `NO`
感觉debug模式下设置`Build Active Architecture Only` 为 `YES`是正常情况,出现这个问题的根本原因还没有搞懂