Cannot proceed with delivery: an existing transporter instance is currently uploading this package

每一次提交,都会在iTunesconnect留下一个构建版本。如果中途上传失败或者上传未成功的话,就会一直是“正在处理”状态。

所以,一般10分钟之后,还没有显示可用的构建版本。那么,你就修改版本号重新上传即可。

"Cannot proceed with delivery: an existing transporter instance is currently uploading this package", In the upload error log I can see that it first gives an warning "Failed to obtain exclusive lock on token file. Please ensure the following file is not locked by another process: C:\Windows\System32\config\systemprofile.itmstransporter\UploadTokens\_vendor_identifier.itmsp.token".


原因:token同名,所以锁定了

解决:修改版本号

I think I've solved my problem, I guess the problem was that I was using same folder name for all the packages, I've observed that the .token file is created with the package folder name as a prefix. So when I made the package folder name unique per package, the transporter created multiple .token files for each of the transport, so no locking issue occurred this time. Earlier I thought the package folder name I was using is a special keyword and should be used as it is, which was a wrong assumption.

翻译:

我想我已经解决了我的问题,我猜这个问题是,我使用相同的文件夹名称的包时,我观察到。创建令牌文件包文件夹名称作为前缀。所以当我包文件夹名独特的每包,多个创建的运输车。令牌文件的传输,所以这次没有锁定的问题发生。之前我以为包文件夹名称我使用是一个特殊的关键字,应该使用,这是一个错误的假设。



http://stackoverflow.com/questions/24884261/executing-multiple-instances-of-itmstransporter

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
When you encounter a "ProxyError: Conda cannot proceed due to an error in your proxy configuration" message, it means that there is an issue with the proxy settings in your Conda configuration. Conda uses the proxy settings to connect to the internet and download packages. To resolve this issue, you can try the following steps: 1. Check your proxy settings: Verify that the proxy settings in your Conda configuration are correct. You can do this by running the following command in your terminal: ``` conda config --show | grep proxy ``` Make sure that the proxy settings displayed are accurate and match your network configuration. 2. Update proxy settings: If you need to update your proxy settings, you can use the following commands to set the proxy configuration for Conda: ``` conda config --set proxy_servers.http <proxy_url> conda config --set proxy_servers.https <proxy_url> ``` Replace `<proxy_url>` with the URL of your proxy server. 3. Remove proxy settings: If you don't require a proxy or want to remove the existing proxy settings, you can use the following commands: ``` conda config --remove-key proxy_servers.http conda config --remove-key proxy_servers.https ``` 4. Set environment variables: In some cases, you may need to set environment variables for your proxy configuration. You can do this by exporting the `HTTP_PROXY` and `HTTPS_PROXY` variables in your terminal: ``` export HTTP_PROXY=<proxy_url> export HTTPS_PROXY=<proxy_url> ``` Replace `<proxy_url>` with the URL of your proxy server. 5. Retry Conda operations: After updating or removing the proxy settings, try running your Conda commands again. The ProxyError should no longer occur if the proxy configuration is resolved. If these steps don't resolve the issue, you may need to consult your network administrator or IT support for further assistance with your proxy configuration.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值