Whirlwind

Results 28 comments of Whirlwind

@abc2mit Sorry, I don't know to fix the CI build error. It seem that the `xctool` compile error in the submodule.

I found that when I present `UIImagePickerController`, I got it: ``` NSAssert(NO, @"You shouldn't register twice for same keyPath, context"); ``` I don't set `SF_OBSERVERS_ALLOW_MULTIPLE_REGISTRATIONS` to 1. it is default...

I have the same problem. I first open it.....

I download the app and open it, then it crash... The App just show a window, then crash.... I will debug it.

build failed. Please help me. ``` ➜ CocoaPods-app git:(master) rake app:prerequisites ruby library version = 2.2.0 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile config.status: creating ruby-2.2.pc [16:45:22] [ruby-2.2.3]...

I generate private key in 10.14 Mojave, and `generate_appcast` in 10.14, too. I get same error.

Could the Sparkle from Cocoapods work on 10.14, now ?

The code fix my issue: ``` extension NSNumber: ScalarRepresentable { public func represented() -> Node.Scalar { switch CFGetTypeID(self as CFTypeRef) { case CFBooleanGetTypeID(): return self.boolValue.represented() case CFNumberGetTypeID(): switch CFNumberGetType(self as...

I think you need to install `autoconf`. I add the libraries to the git.

`xed` can jump to the line. Could you consider it?