IdeasOnCanvas / Ashton

Converts NSAttributedStrings into HTML (and back)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncompatible with iOS < 6

cristianbica opened this issue · comments

From my test using Ashton on ios 5.x it crashes with EXC_BAD_ACCESS because you're using NSAttributedString constants from iOS 6: https://github.com/pinguet62/SMSToXMPPiOSApp/blob/master/Frameworks/UIKit.framework/Headers/NSAttributedString.h

I only use the html to NSAttributedString for iOS and I've fixed the area where my app crashed: https://github.com/cristianbica/Ashton

So either you're going to modify the podspec compatibility for iOS to version 6 or we're going to implement support for iOS 5 also.

Since we're dropping support for iOS 5 I've modified the podspec to reflect that we only support 6.1 going forward and pushed a new version to CocoaPods.