We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487b374 commit b355388Copy full SHA for b355388
kivy_ios/tools/templates/{{ cookiecutter.project_name }}-ios/main.m
@@ -47,7 +47,7 @@ int main(int argc, char *argv[]) {
47
48
// In production, if you want to redirect stdout/stderr to NSLog, uncomment
49
// the following line. This is useful to debug python errors in production.
50
- putenv("KIVY_NSLOG=1");
+ //putenv("KIVY_NSLOG=1");
51
52
// Export orientation preferences for Kivy
53
export_orientation();
0 commit comments