Majd Alfhaily
Majd Alfhaily
> Hi, > > I got this error on a headless server: > > ``` > ./ipatool-2.0.0-linux-amd64 auth login --email @gmail.com > 12:13PM INF enter password: > 12:13PM INF enter...
I've ultimately decided to keep the CLI simple and not include yet another identifier as a command parameter. I'd suggest using one of the suggestions mentioned above.
Building the tool for iOS is possible after the Go refactor in version 2.0. The issue is that the library used for interacting with the Keychain ([99designs/keyring](https://github.com/99designs/keyring)) is currently throwing...
This error usually implies that you need to authenticate again using the `auth` subcommand.
I am not sure if that would be possible through the API currently being used by ipatool. The current API originates from an older version of Apple Configurator which was...
Did logging in again resolve the issue?
Is this issue still occurring?
Are you running the tool using the `--non-interactive` flag?
I am unable to reproduce this issue so I will need your help to debug this. Have you used the Apple ID with the App Store before attempting to use...
Can you elaborate on what part of the `cmd` package are you interested in exposing?