Skip to content
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

HexColor.h - Missing #63

Closed
al-little opened this issue Sep 11, 2013 · 10 comments
Closed

HexColor.h - Missing #63

al-little opened this issue Sep 11, 2013 · 10 comments

Comments

@al-little
Copy link
Contributor

When building for iOS6 in XCode 4.3 you get a runtime crash as HexColor.h is not in the project.

This will be because I'm not using Cocopods...

(Was UIColor+ColorWithHex).

The crash
+[UIColor colorWithHexString:alpha:]: unrecognized selector sent to class 0x3bbbefc0
-[TSMessageView initWithTitle:subtitle:image:type:duration:inViewController:callback:buttonTitle:buttonCallback:atPosition:shouldBeDismissed:]
in TSMessageView.m on Line 168

@KrauseFx
Copy link
Owner

Yes, that's because you don't use Cocoapods. Is there a reason you don't use it?
I haven't integrated TSMessages 'manually' yet.

@al-little
Copy link
Contributor Author

I was trying to keep my project deployment down to a git check out (with submodules).
It's not the end of the world :)

@KrauseFx
Copy link
Owner

I'll take a look into it when I have more time. Thanks for reporting this issue.

@mRs-
Copy link
Collaborator

mRs- commented Sep 20, 2013

HexColor is my work here, i look into this.

@kmonaghan
Copy link

The files are in the example project and you can include them from there.

(I'm another non-cocoapods person - I rather a single git checkout followed by a submodule update)

@alanzeino
Copy link

@KrauseFx:

add to your .gitmodules file. Anyone else can do a git submodule sync && git submodule update --init --recursive if they want the files without using a pod; everyone else gets it for free.

@mRs-
Copy link
Collaborator

mRs- commented Sep 25, 2013

@alanzeino can you hand in a pull request?

@runmad
Copy link
Contributor

runmad commented Sep 26, 2013

It should be added as a submodule for those of us not using Cocoapods :)

@theScud
Copy link

theScud commented Feb 14, 2014

Hi i am facing the same issue but i have included the library using cocoapods , can someone please help . i am using the latest version of the library 0.9.4

@mRs-
Copy link
Collaborator

mRs- commented Feb 14, 2014

i look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants