Matt Stevens
Matt Stevens
I've encountered this exception as well but never got around to submitting my patch for it. The problem occurs when a client makes a byte range request beyond the content...
If you want to do this immediately, here's how: Copy the frameworks to a location outside of the SDK: ``` mkdir /tmp/{b3,b4} cp -R /Applications/Xcode6-Beta3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks/UIKit.framework /tmp/b3/ cp -R /Applications/Xcode6-Beta4.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.0.sdk/System/Library/Frameworks/UIKit.framework /tmp/b4/...
Version 0.3 supports the ability to diff platform SDKs in-place. Individual frameworks can be compared, as well as the entire SDK. The tool recognizes when a path is within an...
Do your framework headers #import all of their dependencies, or do they depend on the use of a prefix header? If the headers make use of declarations from CoreGraphics or...
Good idea, I'll add it to the sample project.
I've added a very basic sample, in your route you can access the body data through `[request body]`. If you're using an HTML form to upload the file you'll need...
Uploads aren't something I've needed myself yet but there have been a number of requests for it, if I get some time I'll look into adding it.
Yep, that's it.
Thanks for sharing this. Based on the symbol references in the OS X Server app I'm not sure they're actually using it (looks like they built their own version), but...
Need to consider large uploads or at least enforce a maximum size.