I’m using capacitor 4 for build my ios application and i need to run my app on ios 12 so i have changed my minimum deployments in to 12.4
and then bellow error is raised, how can i change ‘Capacitor’ module minimum deployment version ?
compiling for iOS 12.4, but module 'Capacitor' has a minimum deployment target of iOS 13.0:
I tried changing podfile into platform :ios, '12.0'
bt it wasn’t working