Charts
Charts copied to clipboard
How to support iOS11
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
Any solution to run on iOS 11?
My workaround solution is:
- Download lib to my PC
- Copy source and Drag Charts.xcodeproj to my project
- Select Charts.xcodeproj from left folder tree
- Select target Charts
- Change Minimum Deployments iOS to 11.0
- Rebuild successful
Hope this would be helpful!
Is there a problem with ios11?