Stefan Natchev
Stefan Natchev
the [asset_path](https://github.com/fastlane/fastlane/blob/master/fastlane_core%2Flib%2Ffastlane_core%2Fitunes_transporter.rb#L506) parameter is `true` whereas the code expects a string of a filepath. This [line](https://github.com/fastlane/fastlane/blob/156f2114d19f7430a6a1d4c01b1c1e958d064830/deliver/lib/deliver/runner.rb#L189) looks like a logic operation that could result in a boolean getting passed in....
I have PR #20043 up for review, it should fix this issue.
@mezhevikin gentle ping @joshdholtz or perhaps @crazymanish for review on #20043 :)
#20043 has been closed and released. Closing this issue.
Hello, The reason trainer has so many dependencies is because it contains a fastlane plugin which depends on fastlane. The only other dependency it has is a plist gem. Extracting...
@janpio it appears to be a private repo that core contributors now have access to. I will need to verify if we can make it public.
That login endpoint changed recently over to the appstoreconnect api. I can take a look at this as well.
@jpsim @KrauseFx It looks like the cause of this that spaceship is re-using a cookie from the old authentication scheme. After the upgrade, it's trying to reuse an invalid cookie....
@tomachi my understanding of the failure is that it was a one-time thing during a migration of auth endpoints. If anyone experiences this regularly, please comment and reopen this issue....