Unable to upload new iOS builds

Every time I try to upload a new iOS build (either through expo upload:os or via Apple’s Transporter app, I am running into the following error.

I have tried adding a new build, but I still run into this issue and I’m not sure how to solve it.

[01:04:46]: [Transporter Warning Output]: Failed to obtain exclusive lock on token file. Please ensure the following file is not locked by another process: /Users/davidressler/Library/Caches/com.apple.amp.itmstransporter/UploadTokens/Davids-Air.fios-router.home_F62FGG4RS6_1505246994.itmsp.token
[01:04:46]: [Transporter Error Output]: Cannot proceed with delivery: an existing transporter instance is currently uploading this package
[01:04:46]: Transporter transfer failed.
[01:04:46]: Failed to obtain exclusive lock on token file. Please ensure the following file is not locked by another process: /Users/davidressler/Library/Caches/com.apple.amp.itmstransporter/UploadTokens/Davids-Air.fios-router.home_F62FGG4RS6_1505246994.itmsp.token
[01:04:46]: Cannot proceed with delivery: an existing transporter instance is currently uploading this package
[01:04:46]: Failed to obtain exclusive lock on token file. Please ensure the following file is not locked by another process: /Users/davidressler/Library/Caches/com.apple.amp.itmstransporter/UploadTokens/Davids-Air.fios-router.home_F62FGG4RS6_1505246994.itmsp.token
[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:31 EDT] <main> DEBUG: Attempting exclusive file lock on token file

[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:36 EDT] <main> DEBUG: Attempting exclusive file lock on token file

[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:46 EDT] <main> DEBUG: Attempting exclusive file lock on token file

[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:46 EDT] <main>  WARN: Failed to obtain exclusive lock on token file. Please ensure the following file is not locked by another process: /Users/davidressler/Library/Caches/com.apple.amp.itmstransporter/UploadTokens/Davids-Air.fios-router.home_F62FGG4RS6_1505246994.itmsp.token

[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:46 EDT] <main> ERROR: Cannot proceed with delivery: an existing transporter instance is currently uploading this package

[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:46 EDT] <main>  INFO: Done performing authentication.

[01:04:46]: [iTMSTransporter] 

[01:04:46]: [iTMSTransporter] 

[01:04:46]: [iTMSTransporter] 

[01:04:46]: [iTMSTransporter] Package Summary:

[01:04:46]: [iTMSTransporter]  

[01:04:46]: [iTMSTransporter] 1 package(s) were not uploaded because they had problems:

[01:04:46]: [iTMSTransporter]   /var/folders/3s/djyg2snx1mzgcycv5t66lm380000gn/T/d20200404-88446-1ffc4w2/1505246994.itmsp - Error Messages:

[01:04:46]: [iTMSTransporter]           Cannot proceed with delivery: an existing transporter instance is currently uploading this package

[01:04:46]: [iTMSTransporter] [2020-04-04 01:04:46 EDT] <main> DBG-X: Returning 1

[01:04:46]: iTunes Transporter output above ^
[01:04:46]: Cannot proceed with delivery: an existing transporter instance is currently uploading this package
Return status of iTunes Transporter was 1: Cannot proceed with delivery: an existing transporter instance is currently uploading this package
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.
Failed to upload the standalone app to the app store.
Error uploading ipa file, for more information see above
    /usr/local/lib/node_modules/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.13.1-osx/lib/vendor/ruby/2.2.0/gems/fastlane-2.141.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in `user_error!'
    /usr/local/lib/node_modules/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.13.1-osx/lib/vendor/ruby/2.2.0/gems/fastlane-2.141.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
    /usr/local/lib/node_modules/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.13.1-osx/lib/vendor/ruby/2.2.0/gems/fastlane-2.141.0/pilot/lib/pilot/build_manager.rb:37:in `upload'
    /usr/local/lib/node_modules/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.13.1-osx/lib/app/pilot_upload.rb:20:in `block in <main>'
    /usr/local/lib/node_modules/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.13.1-osx/lib/app/funcs.rb:4:in `with_captured_stderr'
    /usr/local/lib/node_modules/expo-cli/node_modules/@expo/traveling-fastlane-darwin/traveling-fastlane-1.13.1-osx/lib/app/pilot_upload.rb:12:in `<main>'```

Here is the output for expo diagnostics:

Expo CLI 3.17.15 environment info:
    System:
      OS: macOS 10.15.3
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 13.8.0 - /usr/local/bin/node
      Yarn: 1.22.0 - /usr/local/bin/yarn
      npm: 6.14.2 - /usr/local/bin/npm
    IDEs:
      Xcode: 11.4/11N111s - /usr/bin/xcodebuild
    npmPackages:
      expo: ^37.0.0 => 37.0.3 
      react: 16.9.0 => 16.9.0 
      react-native: https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz => 0.61.4 
    npmGlobalPackages:
      expo-cli: 3.17.15

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.