Vitaly Samoylik
Vitaly Samoylik
My application was rejected, because Apple thought that I used private method `setDefaultTimeoutInterval:`. The only place with such method is the EGOCache. After renaming `defaultTimeoutInterval` to `defaultCacheTimeoutInterval` my application was...
In case of using latest Xcode (7.2) there is a warning in line #197: Capturing 'nextStep' strongly in this block is likely to lead to a retain cycle
* [x] I've read and understood the [*CONTRIBUTING* guidelines and have done my best effort to follow](https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md). # Report ## What did you do? I deleted pod version using `pod...