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.
225
+
if(error.code===1){
225
226
hasInvalidPackages=true;
226
227
this.$logger.warn("The Python 'six' package not found.");
227
228
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