[!] The 'Pods-xxxxx_Example' target has transitive dependencies that include statically linked binaries: (/Users/xxxxx/Desktop/Spec/xxxxx/Example/Pods/xxx/xxxx/Classes/xxxxx.framework)
當(dāng)私有pod庫依賴另一個私有pod庫發(fā)生上面framework依賴庫報(bào)錯時(shí)
只需將spec文件中添加
s.static_framework = true
在執(zhí)行
pod install
即可