nst / STHTTPRequest

Obj-C / Cocoa HTTP requests for humans
BSD 3-Clause "New" or "Revised" License
825 stars 82 forks source link

ARC support #7

Closed Ku6ep closed 11 years ago

Ku6ep commented 11 years ago

It's don't work with ARC enabled project.

nst commented 11 years ago

It does, if you add the -fno-objc-arc compilation flag.

See http://www.codeography.com/2011/10/10/making-arc-and-non-arc-play-nice.html

I just added a compilation error to draw attention on this.