Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException while exporting Xcode 13.2.1 xcresult file #33

Open
TsoyTim opened this issue Jan 24, 2022 · 4 comments
Open

Comments

@TsoyTim
Copy link

TsoyTim commented Jan 24, 2022

"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

@NastyAlloys
Copy link

did you find solution?

@dmzhakov
Copy link

check if you have the xcresulttool plugin installed?
I got this error because export work on read output this tools

@stanmb
Copy link

stanmb commented Apr 6, 2022

Same issue with xcode 13.3.1.
Did anyone find the solution?

@stanmb
Copy link

stanmb commented Apr 12, 2022

this solved the problem for me
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants