"determined when DEBUG preprocessor macro is not defined"
I'm using UAAppReviewManager as a vendored project in RubyMotion, however the DEBUG macro is not set, so I had to manually edit the code to remove the #ifdef DEBUG. It would be cool to omit the macro in the master branch.