Skip to main content
All CollectionsKnowledge BaseiOS
Transporter transfer failed, issuer ID is required
Transporter transfer failed, issuer ID is required
Updated over a week ago

Issue:

When trying to deploy your build via Fastlane (or the Deploy to iTunes Connect with Deliver step, which uses Fastlane), you encounter the following error:

Transporter transfer failed.
There was a general exception while executing
An exception has occurred: issuerId is required

Possible solutions:

This is an issue connected to Fastlane, but you can work around this issue by adding an Env Var to your Workflow:

ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD = 'true'

Additional info:

Did this answer your question?