Bertrand / handlebars-objc

handlebars-objc is a feature-complete implementation of Handlebars.js for Objective-C
MIT License
255 stars 36 forks source link

Build fails with Xcode 9.3 #20

Open MaximeLM opened 6 years ago

MaximeLM commented 6 years ago
handlebars-objc/src/handlebars-objc/helpers/HBBuiltinHelpersRegistry.m:168:65: error: expected method to read dictionary element not found on object of type 'id<NSFastEnumeration>'
                id statementEvaluation = callingInfo.statements(dictionaryLike[key], dictionaryData);
                                                                ^

Xcode 9.3, version 1.4.4

cctv1237 commented 6 years ago

looks like it's abandoned, just fork and follow the changes by @uranusjr

uranusjr commented 6 years ago

Or contribute to our fork :p We have a Cocoapods spec as well! https://github.com/MacDownApp/cocoapods-specs

MaximeLM commented 6 years ago

@uranusjr thanks, i'll use your fork