Closed tellybrown closed 3 years ago
A working example can be found here: robingenz/capacitor-plugin-demo
Please compare your iOS configuration with the iOS configuration of the demo app.
The podfile of the demo app uses platform :ios, '12.0'
.
Regardless, these two versions should indeed be the same. I will update this.
I am very new to IOS builds and not sure if what I am seeing is correct.
My Error:
When I look at both our PodFiles we match on platform :ios, '11.0' But when I look at your podspec file I see s.ios.deployment_target = '12.0'
Shouldn't those be the same version? If not, then where do I upgrade my ionic app ios version?