These are some general notes on Cinder's implementation on iOS.
Cinder targets iOS version 8.0 and later. This is governed by the iOS Deployment Target build setting in both Cinder itself and the application (which must be matched).
Cinder requires Xcode version 7.1 or later. Cinder targets the armv7
and arm64
architectures.
CINDER_GL_ES_2
preprocessor definition to the Preprocessor Macros build setting of both your app and Cinder, and you must rebuild Cinder.