Skip to content
New issue

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 is depreciated in iOS 10 #16

Open
burnflare opened this issue Jun 16, 2016 · 2 comments
Open

objc_retainedObject is depreciated in iOS 10 #16

burnflare opened this issue Jun 16, 2016 · 2 comments

Comments

@burnflare
Copy link

BPXLUUIDHandler doesn't build in iOS10 anymore because objc_retainedObject is used in the codebase here and here

@foghel
Copy link

foghel commented Sep 14, 2016

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.

@pvdochtend
Copy link

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants