Last Updated: September 09, 2019
·
2.289K
· modocache

CocoaPods, KIF, and Xcode 4.5

The CocoaPods master spec repository strictly enforces semantic versioning, and does not allow unofficial podspecs aside from the first (always marked 0.0.1 by convention).

Meanwhile, Square doesn't seem to concerned releasing specs for their functional testing framework, KIF. The 0.0.1 spec is broken on Xcode 4.5, and cannot be updated by anyone but Square.

In the meantime, feel free to use this to get a working CocoaPods/KIF setup: https://github.com/modocache/KIFSpecs

1 Response
Add your response

You can also just edit your Podfile to "pod 'KIF', :head" to use the latest commit from the official Square repo.

over 1 year ago ·