-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error at OHAttributedLabel.h #95
Comments
??? What error do you have? I don't have enough info to help you here… Are you at least using the latest Xcode and LLVM compiler? |
Yes so that's what I suspected, your version of Xcode / LLVM is too old.
I just did a commit to fix cases for old Xcode versions, so that should be compatible now. |
i use x-code 4.4.1 :) |
Then you should update to Xcode 4.5.2 ;) |
Which is too old. Current version is 4.5.2. נשלח מה-iPhone שלי ב-8 בנוב 2012, בשעה 17:54, VuTrongQuy [email protected] כתב/ה:
|
Ok, thanks 👍 |
Dear AliSoftware, |
why u don't try upgrade ur code to support this. |
o_O You're kidding, right?
And by the way, this issue is not the place to talk about this, as there is already a dedicated issue for that with the full discussion about all the aspects, so please don't mess with the GitHub issue system and mix different subjects in the same issue (that a hell for other users to follow . |
Sr and thanks ur support. Close topic here 👍 |
typedef CF_OPTIONS(int32_t, OHBoldStyleTrait)
{
kOHBoldStyleTraitMask = 0x030000,
kOHBoldStyleTraitSetBold = 0x030000,
kOHBoldStyleTraitUnSetBold = 0x020000,
} ;
Error here,
The text was updated successfully, but these errors were encountered: