I'm trying to convert an older project to ARC. My project relies on Cocos2D, which is a 3rd party non-ARC library. All the Cocos2D source files are part of a separate target and are compiled to a static library.
However, the ARC migrator returns ARC semantic issue
errors in Cocos2D source files, even though they're not part of the main target I'm trying to convert.
What could be the reason for this? That source code shouldn't matter, right?