I am using proguard='all'
to reduce my app size. Since I use it I get a crash using the ActionSheetPicker library.
I get “unrecognized selector sent to instance” error.
I tried adding my java-bindings from this pod to my proguard.append.cfg
but this did not help. How can I prevent proguard from reducing this pod?
Edit: Is there a way to completely prevent proguard from touching a specific pod?