ios - Empty Pod Headers Folder after `pod install` -
my appname -> targets -> build settings -> search paths -> header search paths set to: "${pods_root}/headers/public"
when run pod install , get:
$ pod install analyzing dependencies downloading dependencies using alamofire (3.1.1) using alamofireimage (2.1.0) using datetools (1.7.0) using jgprogresshud (1.3.1) using locksmith (2.0.8) using swiftyjson (2.3.1) using tpkeyboardavoiding (1.2.10) generating pods project integrating client project sending stats pod installation complete! there 7 dependencies podfile , 7 total pods installed.
but, headers directory still empty.
the exact errors having can seen in earlier question has been answered without solving problem, making me realize question wrong: how tell app pod header files are?
edit 1
i have tried workarounds such tactic in question: framework did not have cfbundleidentifier in info.plist asked, seems kick can down road
$ gem uninstall cocoapods $ gem install cocoapods
add things (crashlytics , fabric included) pods
$ pod install