extender icon indicating copy to clipboard operation
extender copied to clipboard

Inconsistent ios/osx min version

Open ekharkunov opened this issue 8 months ago • 2 comments

When using Podfile with statement like

platform :ios, '13.0'

min ios/osx version used only in compiler command for pods. The rest of source code is compiled with predefined min os version (11 for ios).

ekharkunov avatar Feb 18 '25 12:02 ekharkunov