How to add ARC for a single .dylib file

118 Views Asked by At

In the recent Penetration test of our iOS app we found a vulnerability that {appName}.app/Frameworks/libswiftCoreImage.dylib does not enforce automatic reference counting protection.How to enable the ARC for .dylib files, I could not find the file anywhere in the project, please help me in fixing this.Thanks

I have tried adding ARC flag to the individual pod class file which is the only file that is using coreImage framework, but file is written in objective-c.

0

There are 0 best solutions below