Charts icon indicating copy to clipboard operation
Charts copied to clipboard

How to support iOS11

Open WGFcode opened this issue 2 years ago • 3 comments

Xcode14.1 github "danielgindi/Charts" == 4.1.0

Compiling for iOS 11.0, but module 'Charts' has a minimum deployment target of iOS 12.0: /Users/XXX/Library/Developer/Xcode/DerivedData/NXY-bdiioyaaxczbxlgusvqtvlkagrqv/Index.noindex/Build/Products/Debug-iphoneos/Charts.framework/Modules/Charts.swiftmodule/arm64-apple-ios.swiftmodule

WGFcode avatar Nov 03 '22 07:11 WGFcode

Any solution to run on iOS 11?

nitin-agam avatar Dec 15 '22 11:12 nitin-agam

My workaround solution is:

  1. Download lib to my PC
  2. Copy source and Drag Charts.xcodeproj to my project
  3. Select Charts.xcodeproj from left folder tree
  4. Select target Charts
  5. Change Minimum Deployments iOS to 11.0
  6. Rebuild successful

Hope this would be helpful!

luatvudinh avatar May 08 '23 04:05 luatvudinh

Is there a problem with ios11?

Toj-dev avatar May 27 '24 07:05 Toj-dev