Open sashakid opened 9 years ago
I know this is old, just leaving it here for reference, I had the same problem with my own code, never used this library.
In this library, there's a Resources folder and for some reason, if you reference this folder in your project, it will crash the codesign. https://github.com/B-Sides/ELCImagePickerController/tree/master/Classes/ELCImagePicker/Resources
The workaround, chance folder name to something else, like MyResources, ExtraResources, whatever...
Great one @Hazer .. I was not using this library but somehow got two resource folder and was getting codesign error. Wasted the whole day figuring out what went wrong suddenly.
You answer saved me...
I found it related to the png file in that folder. As I have problem of exit code 1 after add an png image. I found this solution on stack over flow : link Some how if you make the image target your main application. it give the error Hope this help
When I add your lib by dragging to my project and import ELCImagePickerHeader.h, I get compile error:
Dont understand what the hell is going on and spent few hors trying to ressolve it :-)