Breaks when installing against AFNetworking 1.3.2 via Cocoa Pods
jcmosc opened this issue · 2 comments
jcmosc commented
AFNetworking 1.3.2 removes the
define AFNETWORKING_PIN_SSL_CERTIFICATES and associated code for when it is undefined, which breaks Cargo Bay since it still expects it to be present.
mattt commented
Sorry for the difficulties, @jamesmoschou. All of the issues stemming from conditional compilation in CocoaPods is enough to have me swear off of the practice for good.
Anyway, 8b0313b makes the necessary fix. I'll cut a new release later today. Cheers!
stattrak-dragonlore commented
Any plan to release a new version of CargoBay?
The latest CargoBay version 0.3.3 still has this issue.