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
When Chameleon is included into an ARC project, the __weak references cause errors because 10.6 does not support zeroing weak refs. My suggestion would be to ditch GC and move the whole thing to ARC. I'll try to convert it on my own branch for now.
The text was updated successfully, but these errors were encountered:
When Chameleon is included into an ARC project, the
__weak
references cause errors because 10.6 does not support zeroing weak refs. My suggestion would be to ditch GC and move the whole thing to ARC. I'll try to convert it on my own branch for now.The text was updated successfully, but these errors were encountered: