This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Description
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:
