groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

The library doesn't contain ARM6 slice. #17

Closed mave99a closed 12 years ago

mave99a commented 12 years ago

My project chose to support both ARM6 ARM7 as architect, use the prebuilt library included in repo will cause link error:

ld: in /Users/mao/work/projects/locql/iphoneapp/libs/mustache/libGRMustache3-iOS.a, file is universal but does not contain a(n) armv6 slice for architecture armv6

groue commented 12 years ago

Oups, it looks like you're right. Hold on.

groue commented 12 years ago

New GRMustache 3.0.1 ships with missing architectures. Sorry for the inconvenience.

mave99a commented 12 years ago

Thanks, the problem solved.

groue commented 12 years ago

Oddly enough, I ran accross that same issue today :-) Thanks for spotting it, anyway.