Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

EXC_BAD_ACCESS Error #57

Closed
99centsappdevelopment opened this issue Sep 26, 2015 · 2 comments
Closed

EXC_BAD_ACCESS Error #57

99centsappdevelopment opened this issue Sep 26, 2015 · 2 comments

Comments

@99centsappdevelopment
Copy link

I am getting an EXC_BAD_ACCESS error on the following line in UIColor+ChameleonPrivate:

    *L = [LABValues[0] floatValue];

(L = NULL)

Why is this? I installed manually, not with CocoaPods (I just dragged the files into my project and imported Chameleon.h - no other errors)

@99centsappdevelopment
Copy link
Author

This is only a problem, I have discovered, when for:

[NSArray arrayOfColorsFromImage:img withFlatScheme:NO];

withFlatScheme = YES. There is no problem if it = NO

@bre7
Copy link
Collaborator

bre7 commented Sep 26, 2015

Yeah, there's an open issue already: Check #53. Fix was submitted (#52), merge pending... If you want, check out my branch for the time being: https://github.com/bre7/Chameleon/tree/carthage

@bre7 bre7 mentioned this issue Sep 26, 2015
@vicc vicc closed this as completed in #52 Sep 27, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants