You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, when running: python boot.py --gen-xcodeproj I got this error message: File "boot.py", line 179 print GREEN + "[ANTLR] " + msg + RESET ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(GREEN + "[ANTLR] " + msg + RESET)?
So I simply did as instructed, I added the missing parentheses and the script ran fine.