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 Nov 30, 2019. It is now read-only.
In the
UISS
class,queue
is defined as anonatomic, assign
property.When calling the
loadStyleSynchronously
method,queue
isn't retained and aEXC_BAD_ACCESS
crash results.The workaround is to declare the
queue
property asstrong
in line 30:The text was updated successfully, but these errors were encountered: