majd / ipatool

Command-line tool that allows searching and downloading app packages (known as ipa files) from the iOS App Store
MIT License
5.35k stars 468 forks source link

Installation using Go not working properly #152

Closed luisadnsaavedra closed 1 year ago

luisadnsaavedra commented 1 year ago

What happened?

When running (in the project directory): go build -o ipatool

I get this output:

github.com/majd/ipatool/cmd
cmd/root.go:20:18: undefined: version

Version

Latest

Relevant log output

github.com/majd/ipatool/cmd
cmd/root.go:20:18: undefined: version
majd commented 1 year ago

You need to run the script ./tools/version.sh once prior to building with Go.

luisadnsaavedra commented 1 year ago

Ok great thanks, maybe reference that in the README to save other users time?

Thank you for your prompt response!