These are some general notes on Cinder's implementation on iOS.
Cinder targets iOS version 6.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 5.1.1 or later, which in turn requires OS X 10.8 or later. Cinder targets the armv7
and arm64
architectures.
CINDER_GL_ES_3
preprocessor definition to the Preprocessor Macros build setting of both your app and Cinder, and you must rebuild Cinder.