You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
[__NSCFConstantString swapParity]: unrecognized selector sent to instance 0x120a28
It happens in the file NKDEAN13Barcode.m in the line
[theReturn appendString:[[self _encodeChar:contentString[i]] swapParity]];
I get the error with all EAN- and UPCA-barcode creation...
Does anyone have an idea how to solve it?
The text was updated successfully, but these errors were encountered:
Can you try adding -ObjC to your "Other Linker Flags" in your project? That method is added via an NSString category in the project, and I believe that it's not being applied due to the lack of the -ObjC flag.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[__NSCFConstantString swapParity]: unrecognized selector sent to instance 0x120a28
It happens in the file NKDEAN13Barcode.m in the line
[theReturn appendString:[[self _encodeChar:contentString[i]] swapParity]];
I get the error with all EAN- and UPCA-barcode creation...
Does anyone have an idea how to solve it?
The text was updated successfully, but these errors were encountered: