LRResty
LRResty copied to clipboard
Nightly build file not found
When trying to download LRResty-iOS-nightly.dmg Github states "File not found."
Hey, I really love this library and it is kind of sad seeing that people cannot download the dmgs any more.. it's been like this for a while. Any plan to fix this issue?
Guys, please upload file.
Found a temporary suggestion for error with building on iOS 5 — Undefined symbols for architecture i386: "OBJC_CLASS$_LRResty"
Just modify Rakefile, and replace BASE_SDK = 4.3 to BASE_SDK = 5.0 then run rake build:ios:framework.
You can do away with all the ruby building by just dragging all the .h and .m files into your project directly. Then no changes to anything, and everything compiles seamlessly into whatever you are working on iOS, OS X etc.