Charts icon indicating copy to clipboard operation
Charts copied to clipboard

Minimum version while targeting iOS 10 and Cocoapods install

Open NicolasBoutin opened this issue 2 years ago • 3 comments

What did you do?

pod install command while targeting iOS 10 and importing Charts 4.0.3

What did you expect to happen?

Charts 4.0.3 is successfully imported into my project

What happened instead?

This error message : Specs satisfying the Charts (~> 4.0.3) dependency were found, but they required a higher minimum deployment target.

Charts Environment

**Charts version/Branch/Commit Number: release 4.0.3 **Xcode version: 14 beta 3 **Swift version: 5.7 **Platform(s) running Charts: iOS **macOS version running Xcode: 12.4

NicolasBoutin avatar Jul 11 '22 15:07 NicolasBoutin

Xcode 14 completely dropped 32 bit armv7 and iOS 10 support. Time to move on, or stick to Xcode 13

dingtianran avatar Jul 12 '22 00:07 dingtianran

Thanks for your answer. Unfortunatly I am facing the same issue with xcode 13.2.1

NicolasBoutin avatar Jul 12 '22 14:07 NicolasBoutin

The platform of the target xxx (iOS 11.0) may not be compatible with Charts (4.0.3) which has a minimum requirement of iOS 12.0 - tvOS 12.0 - macOS 10.12.

zuoyou1314 avatar Jul 30 '22 08:07 zuoyou1314

closed by https://github.com/danielgindi/Charts/releases/tag/v4.1.0

pmairoldi avatar Sep 13 '22 02:09 pmairoldi