We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
objc_retainedObject
BPXLUUIDHandler doesn't build in iOS10 anymore because objc_retainedObject is used in the codebase here and here
The text was updated successfully, but these errors were encountered:
Hi, Just change it to uuid = (__bridge NSString *)uuidStringRef; -AND- _uuid = [[NSString alloc] initWithData:(__bridge NSData * _Nonnull)resultData encoding:NSUTF8StringEncoding];
That will fix your error. Enjoy.
Sorry, something went wrong.
Can there just be an update based on the whole code? When I'm changing this part of the code he is complaining about the IF_ARC (undeclared).
No branches or pull requests
BPXLUUIDHandler doesn't build in iOS10 anymore because
objc_retainedObject
is used in the codebase here and hereThe text was updated successfully, but these errors were encountered: