Hi all,
I finished my app last night and after some testing decided to put it on the app stores today.
It’s already available on google play.
iOS required a little more time, so I just finished about half an hour ago… my store listing is ready, I just need to upload the binary - as I did multiple times before with no issues.
This time however I’m getting a strange error that even Google seems to know nothing about.
the two errors showing up (see screenshot) in Application Loader say:
“The u option must have a non-empty value”
and
“The password option must have a non-empty value”
I have no idea what these mean, as I followed the process the same way as every time before. I’m running Mavericks, latest Xcode, latest Application loader, and latest public release of Corona (2015-2731)
Anyone got any pointers what could be wrong?
It shouldn’t be the app itself, there is no user input in the app… all the app does is send GET request to a webpage, then parse the incoming HTML, take the parsed data, and display it on the screen in some tableviews…
no usernames, no passwords anywhere…
I’m pulling my hair out