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
"xcresults export" command fails with:
java.lang.NullPointerException
at io.eroshenkoam.xcresults.export.ExportCommand.runUnsafe(ExportCommand.java:101)
at io.eroshenkoam.xcresults.export.ExportCommand.run(ExportCommand.java:86)
at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2141)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
at picocli.CommandLine.execute(CommandLine.java:1904)
at io.eroshenkoam.xcresults.XCResults.main(XCResults.java:13)
Xcode v 13.2.1
The text was updated successfully, but these errors were encountered:
"xcresults export" command fails with:
java.lang.NullPointerException
at io.eroshenkoam.xcresults.export.ExportCommand.runUnsafe(ExportCommand.java:101)
at io.eroshenkoam.xcresults.export.ExportCommand.run(ExportCommand.java:86)
at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2141)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
at picocli.CommandLine.execute(CommandLine.java:1904)
at io.eroshenkoam.xcresults.XCResults.main(XCResults.java:13)
Xcode v 13.2.1
The text was updated successfully, but these errors were encountered: