koenvanderdrift
koenvanderdrift
Hi, I have Cocoapods 0.28 installed:  but the plugin thinks it is version 0.20.1: ...
I have added Seam to my ObjectiveC project using CocoaPods, and successfully declared a property for the store: `@property (nonatomic, readonly) SMStore *seamStore;` I then use the following code to...
Please update the following two lines in the legacy release to make the compiler happy: In MDProgressHUD.h: ``` -typedef void (^MBProgressHUDCompletionBlock)(); +typedef void (^MBProgressHUDCompletionBlock)(void); ``` In MDProgressHUD.m: ``` -- (void)showAnimated:(BOOL)animated...
Hoi Chris - just downloaded your project and I'm getting a bunch of build errors with Xcode 7.2.1. For a couple, Xcode gave a solution, but for the others I...
First, I am really glad I found this sugar (tip from Ian Beck). as far as I know this is the only tool that can help clean up my code...