-
Notifications
You must be signed in to change notification settings - Fork 948
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
NSInvalidArgumentException #180
Comments
Check your installation. Did you install through Cocoapods, or copy the On Tue, Apr 21, 2015 at 1:48 PM, Hatom1K notifications@github.com wrote:
|
When i CMD+Click on that i go to Pod folder (Pod/FlatUIKit/UIColor+FlatUI.m) et i show that:
|
you might try re-installing the pod. It seems like the file is being seen On Tue, Apr 21, 2015 at 2:00 PM, Hatom1K notifications@github.com wrote:
|
so i remove line "pod 'FlatUIKit'", I type: pod install and I re-add pod "'FlatUIKit'" ? |
No, I have the same issue .. |
I use FUIButton without IB so i make that in my .m:
And i my .h i set that:
@Property (strong, nonatomic) FUIButton *boutton_commencer;
But when i test this code i get this error:
2015-04-21 19:41:10.833 WeProov[85487:6502034] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[UIColor carrotColor]: unrecognized selector sent to class 0x3bc00c8'
Thanks you !
The text was updated successfully, but these errors were encountered: