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
Usually if code requires ARC then this code is marked with -fobjc-arc and may be called from everywhere. But it seems your library doesn't require ARC only - it requires to be called from ARC code too and it is incorrect!
The text was updated successfully, but these errors were encountered:
Usually if code requires ARC then this code is marked with
-fobjc-arc
and may be called from everywhere. But it seems your library doesn't require ARC only - it requires to be called from ARC code too and it is incorrect!The text was updated successfully, but these errors were encountered: