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
// error.code = 1 so the Python is present, but we don't have six.
232
+
if(error.code===1){
232
233
hasInvalidPackages=true;
233
234
this.$logger.warn("The Python 'six' package not found.");
234
235
this.$logger.out("This package is required by the Debugger library (LLDB) for iOS. You can install it by running 'pip install six' from the terminal.");
0 commit comments