ios - import non-ARC code compiled .a file in ARC enabled project -


there svgkit on github compiled in non-arc code, , library file, named svgkit.a , header files.

however, app project developed on ios 7 , above, default managed arc.

my question is, safe link non-arc library .a file project , use usual? if not, how can use it?

is safe

from arc point of view, certainly. arc operates @ compiler level - , library already compiled. 1 way or another, doing whatever memory management doing.

now, there may other reason why you'd have trouble linking library; have nothing arc.


Comments