Upload to iTunesConnect Fails

Bitrise Build Issue Report template

Description of the issue

… because spaces in the file name apparently.

appears to be related to this: https://github.com/bitrise-io/steps-deploy-to-itunesconnect-deliver/issues/26

Environment:

bitrise stack: Xcode 8.3.x, on macOS 10.12 (Sierra)

problem with the deliver build step

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : YES/NO
  • If you have multiple different build configurations (workflows), does the issue affect all/more than one? : YES/NO
  • If it’s an issue which happens sporadically, what’s the frequency? (e.g. Once a day ; about x% of the builds) : N/A
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : TODAY

Build log

[10:37:19]: ERROR ITMS-3000: "Line 7 column 112: character content of element "file_name" invalid; must be a string matching the regular expression "[^/: ]+" at XPath /package/software_assets/asset/data_file/file_name"

Hey @zackd!

This is an issue in fastlane’s tool. The solution for now is to remove spaces from the ipa file name until fastlane fixes the issue.

Also, I’ve made an internal note of adding a new input to the step to be able to select the desired fastlane version. :ok_hand:

Sorry for the inconvenience!

1 Like