LRResty icon indicating copy to clipboard operation
LRResty copied to clipboard

Nightly build file not found

Open DavidBoyes opened this issue 13 years ago • 4 comments

When trying to download LRResty-iOS-nightly.dmg Github states "File not found."

DavidBoyes avatar Dec 23 '11 05:12 DavidBoyes

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?

eneko avatar Jan 13 '12 18:01 eneko

Guys, please upload file.

krasnoukhov avatar Feb 01 '12 23:02 krasnoukhov

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.

krasnoukhov avatar Feb 01 '12 23:02 krasnoukhov

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.

tomandersen avatar Apr 24 '12 21:04 tomandersen