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 Oct 30, 2018. It is now read-only.
I've searched for any related issues and avoided creating a duplicate issue.
Description
I want to build a bridge for this library to be used in the Appcelerator Titanium SDK. When importing the library, I noticed that Xcode complains about the weak self references, e.g.
_weak typeof(self) weakSelf = self;
It can easily be fixed by using __typeof instead. Or do you see any downsides in doing that? Thanks!
Expected result:
Xcode builds fine.
Actual result:
Xcode doesn't build fine 🤫.
Attachments:
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
I want to build a bridge for this library to be used in the Appcelerator Titanium SDK. When importing the library, I noticed that Xcode complains about the weak self references, e.g.
_weak typeof(self) weakSelf = self;
It can easily be fixed by using
__typeof
instead. Or do you see any downsides in doing that? Thanks!Expected result:
Actual result:
Attachments:
The text was updated successfully, but these errors were encountered: