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
Currently some of the public headers use the __weak keyword in property declarations. This is not supported, apparently, if you use ARC. So we need to find a way around that.
The text was updated successfully, but these errors were encountered:
I read that that the preferred method of using your code was to copy the sources and compile it. That has worked for me in the past. If I just link your library, will that eliminate the need to wait for the fix for the __weak keyword as well?
Currently some of the public headers use the
__weak
keyword in property declarations. This is not supported, apparently, if you use ARC. So we need to find a way around that.The text was updated successfully, but these errors were encountered: