TSMessages icon indicating copy to clipboard operation
TSMessages copied to clipboard

not compatible with HexColors latest release (2.3.0)

Open connectdotz opened this issue 8 years ago • 15 comments

the latest HexColors has renamed the HexColor.h to HexColors.h, therefore break the TSMessageView.m. should be an easy fix. Thanks.

connectdotz avatar Jul 06 '15 16:07 connectdotz

Yes also seeing this, please fix, thanks!

klivin avatar Jul 06 '15 23:07 klivin

For the old versions we need to fix the podspec file.

mRs- avatar Jul 07 '15 06:07 mRs-

Hi, could you please provide approximate time to wait for fix of podspec?

sergii-frost avatar Jul 07 '15 07:07 sergii-frost

I'm on it right now

mRs- avatar Jul 07 '15 07:07 mRs-

@mRs- Thank you! Waiting for it.

sergii-frost avatar Jul 07 '15 07:07 sergii-frost

You at the bar

WCMYCML avatar Jul 07 '15 07:07 WCMYCML

Pull request handed in https://github.com/KrauseFx/TSMessages/pull/235

mRs- avatar Jul 07 '15 07:07 mRs-

If you don't have the time to wait for it you can modify your podfile like this:

pod 'TSMessages', :git => 'https://github.com/mRs-/TSMessages.git', :commit => 'f76924c34475d5d9bda23da45540e6cdb57a98bd'

mRs- avatar Jul 07 '15 07:07 mRs-

handed in a pull request for the cocoapods specs https://github.com/CocoaPods/Specs/pull/13260

mRs- avatar Jul 08 '15 06:07 mRs-

Having the same issue, #import "HexColor.h" should be #import "HexColosr.h" in TSMessageView.m

RTimal avatar Jul 08 '15 16:07 RTimal

Me too, same issue...

helkarli avatar Jul 09 '15 12:07 helkarli

Same here

samin avatar Jul 11 '15 02:07 samin

Having the issue after pods update - now using TSMessages 0.9.12 and HexColors 2.3.0. - still have the error trying to import HexColor.h.

sumowesley avatar Jul 11 '15 10:07 sumowesley

I think the problem here is that the HexColor.h / HexColors.h issue is fixed with the latest commit. To get these changes use the pod file modification mRS posted. I looked at the commit history of TSMessages and I recognized that the fix is commited but the Version tag is still 0.9.12 on commit 1390584. Could you please update and set a new version tag to the latest commit?

christopherGross avatar Jul 15 '15 06:07 christopherGross

Can this be fixed please?

pronebird avatar Dec 27 '15 17:12 pronebird