@
hoogle “library not found for -lPods-AFNetworking”问题的出现是否和cocoapods版本有关?
我在网上找到一个相关问题的解决方案,但是由于cocoapods无法升级到最新的版本,无法测试,所以来问问大家的cocoapods都什么版本,有升级到0.36的吗?是否还会有上述问题存在。
引用
“Burned a few hours on this today, tried #allthethings that were listed here (lots of removing pods and pod installing. even tried a fresh project from scratch but kept hitting the same missing libPods.a issue. The first symptom that led me to this was trying to import Alamofire in a swift file, but xcode could never find that module.
Solution that finally just worked for me was upgrading to the Beta: gem install cocoapods --pre and then pod install, which seems to move away completely from the libPods.a file to an actual Pods.framework. Restarted the workspace, and all is happy again.
For future ref: current Beta at the time of writing is: 0.36.0.beta.2”