Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Requirements

Samuel Spencer edited this page Jul 21, 2017 · 4 revisions

Optimally, you should be using the latest version of Xcode for use in any iOS Project, and use a minimum of iOS 8.0 as the deployment target. Automatic Reference Counting (ARC) must be enabled for BEMSimpleLineGraph, otherwise a compiler error will occur. Other configurations may work, but have not been tested.

Optimized for iOS 8.0, Objective-C Modules, and Interface Builder.

Current Build Target Earliest Supported Build Target Earliest Compatible Build Target
iOS 8.0 iOS 7.1 iOS 7.0
Xcode 7.0 Xcode 6.1 Xcode 6.0
LLVM 7.0 LLVM 6.1 LLVM 6.0

REQUIREMENTS NOTE

Supported means that the library has been tested with this version. Compatible means that the library should work on this OS version (i.e. it doesn't rely on any unavailable SDK features) but is no longer being tested for compatibility and may require tweaking or bug fixes to run correctly.