Recently updated my Math Ref project to use CocoaPods for all my frameworks after some frustration with Fabric and Xcode. Ran into a few issues that I wanted to document.
Issues with “CocoaPods did not set the base configuration of your project because…”
Solution : Don’t tinker, reset.
Issues with “library not found for -lPods”
Solution : pod install, or from the same place, delete the libPods.a file.
Issues with SourceTree and Xcode linking
Solution : SourceTree ignoring typechanges
Be First to Comment