[!] Oh No, an error occurred.
Search for existing GITHUB issues similar to yours:
Https://github.com/CocoaPods/CocoaPods/search?q=No+such+file+or+directory+-+%2FUsers%2Fquan%2FDesktop%2F%E8%AF %be%e5%a0%82%e6%96%87%e4%bb%b6%e4%b8%8b%e8%bd%bd%2f8+-+%e7%bd%91%e6%98%93%e6%96%b0%e9%97%bb%2f%e4%bb%a3%e7%a0% 81%2f02-04%e7%bd%91%e6%98%93%e6%96%b0%e9%97%bb%ef%bc%88%e8%bd%ae%e6%92%ad%e5%99%a8%ef%bc%89%2fpods%2fheaders% 2fprivate%2fafnetworking%2fafhttprequestoperation.h&type=issues
If none exists, create a ticket, with the template displayed above, on:
Https://github.com/CocoaPods/CocoaPods/issues/new
Be sure to first read the contributing guide for details on how to properly submit a ticket:
Https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md
Don ' t forget to anonymize any private data!
Error environment: Compile a period of time using Cocoapods management of a project, found that the error can not find a third-party framework, Nani! So decisive update, reported a more let me inexplicably wrong, tossing nearly 2 hours, the online methods have been tried all over. Finally forget where to see, said is Cocoapods version compatibility issue, the current version on GitHub can not find the warehouse address, and later looked at the next project version number is (0.38.1), and now the version number is (0.38.2)
Workaround:
$ sudo gem uninstall cocoapods (unload current cocoapods)
$ sudo gem install cocoapods-v 0.38.1 (install 0.38.1 version of Cocoapods)
and then compile through ~
Cocoapods Error and resolution record