Missing objc_arc feature

Hey there I’m using the Cordova SQLite Plugin https://ionicframework.com/docs/native/sqlite. It runs okay on Android but returns an error on iOS. Screenshot below. How can I fix this?

I have no idea what’s in your screenshot, but given your topic title, you have presumably enough information to have Googled what ARC is and evaluated whether you’ve done anything that may have turned it off. Assuming that you therefore have not done anything affirmative to disable it, does the problem persist with a completely fresh project that only includes this plugin and an absolute minimum amount of other code? If so, can you post ionic info output (as text, not another screenshot) when run from within that project directory, along with the package.json of said project?

I have the same Problem. Did you solve it?

Thanks!

I think currently you can only suppress it.
Check the image below to see how to suppress the error.

Same problem
But didn’t solve using above settings