Pitaya icon indicating copy to clipboard operation
Pitaya copied to clipboard

🏇 A Swift HTTP / HTTPS networking library just incidentally execute on machines

Results 6 Pitaya issues
Sort by recently updated
recently updated
newest added

setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key accountId. 求大神帮忙看下

Showing All Messages :-1: Multiple commands produce '/Users/lcr/Library/Developer/Xcode/DerivedData/test-aszthffiswmwkgfkwkmsotxazari/Build/Products/Debug-iphonesimulator/Pitaya/Pitaya.framework/Info.plist': 1) Target 'Pitaya' (project 'Pods') has copy command from '/Users/lcr/Desktop/test/Pods/Pitaya/Pitaya/Info.plist' to '/Users/lcr/Library/Developer/Xcode/DerivedData/test-aszthffiswmwkgfkwkmsotxazari/Build/Products/Debug-iphonesimulator/Pitaya/Pitaya.framework/Info.plist' 2) Target 'Pitaya' (project 'Pods') has process command with output...

Hi there, I would love to try Pitaya on my apple watch project. Do you have any plans for making this available for the apple watch anytime soon?

Can you please update the library? ![pitaya](https://user-images.githubusercontent.com/22288805/30818847-54bf7014-a24f-11e7-86ba-296a93658fc1.png) Please build using Xcode 9 for Swift 3.2. Thank you!

` let j = JSONND(string: "{\"x\":null}") print(j ) if let x = j["x"].RAW { print(x) } ` 这样无法正常执行下去,到if let 语句就崩溃了,不知如何解决

Getting following compile time error: `Module compiled with Swift 3.0.2 cannot be imported in Swift 3.1: .../Carthage/Build/iOS/Pitaya.framework/Modules/Pitaya.swiftmodule/x86_64.swiftmodule` Have tried using the following terminal commands: `carthage update --platform iOS --no-use-binaries` and...