Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setDebug: relying on DEBUG prevents from using with other languages #26

Open
caramdache opened this issue Jan 20, 2015 · 1 comment
Open

Comments

@caramdache
Copy link

"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.

@coneybeare
Copy link
Member

I'm not sure I understand the problem here. Why couldn't you set a preprocessor macro for your environment? If ruby motion doesn't allow it, couldn't you also #define DEBUG in your prefix pch file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants