Inconsistent ios/osx min version
Open
ios
osx
- Dominant language
- Java
- Stars
- 64
- Forks
- 23
- Avg merge
- 23h 57m
- Merged PRs (30d)
- 17
Description
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).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how the Podfile platform version reaches the pod compiler command and how the rest of the source build obtains its predefined minimum iOS/macOS version. Done means the platform version is applied consistently to both compilation paths; no source files or tests are named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, macos
- Domain
- build-system, desktop, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100