Skip to content

Requirements

Mikho Juice edited this page Jun 2, 2017 · 1 revision

You must have Xcode 5.0.1+ for use in any iOS Project, and use a minimum of iOS 6.0 as the deployment target. Automatic Reference Counting (ARC) must be enabled for BEMSimpleLineGraph, otherwise a compiler error will occur.

Optimized for iOS 7.0 and Objective-C Modules (modules are used if enabled).

Current Build Target Earliest Supported Build Target Earliest Compatible Build Target
iOS 7.1 iOS 7.0 iOS 6.0
Xcode 5.1.1 Xcode 5.1.1 Xcode 5.0.1
LLVM 5.0 LLVM 5.0 LLVM 5.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.