Comments (29)
I'm facing the same issue right now
from fastlane.
providing both team_id
and itc_provider
resolved the issue for me.
team_id: you can grab here if you're logged into your dev account (under data.associatedAccounts[n].contentProvider.contentProviderId
)
itc_provider: your team ID for your apple account, you can find in developer.apple.com portal
(Xcode 13.3)
from fastlane.
I have the same problem.
From what I can see, iTMSTransporter is failing, but the output (iTunes Transporter output above ^
) is limited to 15 lines, so we can't see that went wrong. The same happens invoking fastlane with --verbose
. I suggest the iTMSTransporter output should not be limited in verbose mode.
from fastlane.
It seems like Apple servers were down ?
Today, after a simple retry the upload succeeds for me.
from fastlane.
@nuldato did you face the same error earlier which I have posted ?
from fastlane.
@nuldato I think you are right. There must have been some server outrage. I just deployed it again and its working fine
from fastlane.
I'm getting this error today (trying to upload a build from Ionic AppFlow)
from fastlane.
Getting also today
ERROR [2022-11-21 18:32:57.04]: Transporter transfer failed.
WARN [2022-11-21 18:32:57.04]: The software asset has already been successfully delivered.
ERROR [2022-11-21 18:32:57.04]: Upload is not in processing state, please try again. state: class Build {
WARN [2022-11-21 18:32:58.65]: The software asset has already been successfully delivered.
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] data: null
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] }
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] buildAssetSpi: class BuildRelationshipsBuildAssetDescription {
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] links: class AppAvailabilityRelationshipsAppLinks {
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] self: https://contentdelivery.itunes.apple.com/MZContentDeliveryService/iris/v1/builds/ae1136f1-c30a-4fa4-a093-9ae0d915b278/relationships/buildAssetSpi
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] related: https://contentdelivery.itunes.apple.com/MZContentDeliveryService/iris/v1/builds/ae1136f1-c30a-4fa4-a093-9ae0d915b278/buildAssetSpi
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] }
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] data: null
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] }
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] }
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] links: class ResourceLinks {
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] self: https://contentdelivery.itunes.apple.com/MZContentDeliveryService/iris/v1/builds/ae1136f1-c30a-4fa4-a093-9ae0d915b278
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] }
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] }
WARN [2022-11-21 18:32:58.65]: [iTMSTransporter] [2022-11-21 18:32:57 UTC] <main> DBG-X: Returning 1
INFO [2022-11-21 18:32:58.65]: iTunes Transporter output above ^
ERROR [2022-11-21 18:32:58.65]: Upload is not in processing state, please try again. state: class Build {
Return status of iTunes Transporter was 1: Upload is not in processing state, please try again. state: class Build {
The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.
WARN [2022-11-21 18:32:58.68]: Lane Context:
INFO [2022-11-21 18:32:58.69]: {:PLATFORM_NAME=>nil, :LANE_NAME=>"main", :SIGH_PROFILE_TYPE=>"app-store", :MATCH_PROVISIONING_PROFILE_MAPPING=>{"cgd.business.app.main"=>"match AppStore cgd.business.app.main", "cgd.business.app.dev"=>"match AppStore cgd.business.app.dev", "cgd.business.app.test"=>"match AppStore cgd.business.app.test", "cgd.business.app.uat"=>"match AppStore cgd.business.app.uat"}, :IPA_OUTPUT_PATH=>"/Users/runner/work/cgd-mobile-ios/cgd-mobile-ios/CGD.ipa", :XCODEBUILD_ARCHIVE=>"/Users/runner/Library/Developer/Xcode/Archives/2022-11-21/CGD 2022-11-21 18.13.47.xcarchive", :DSYM_OUTPUT_PATH=>"/Users/runner/work/cgd-mobile-ios/cgd-mobile-ios/CGD.app.dSYM.zip"}
ERROR [2022-11-21 18:32:58.69]: Error uploading ipa file:
from fastlane.
I'm also facing same issue currently,
from fastlane.
We are facing the same issue still since 2 days
from fastlane.
We also have the same issue since 2 days. Can someone please help to resolve the issue.
from fastlane.
For anyone using AppFlow (like us) the latest build stack does not use iTMSTransporter so if you use that you do not get the issue
from fastlane.
We are not using AppFlow :(
from fastlane.
I was having the same issue. Fixed after updating my macOS
from fastlane.
Can you please let me know to which version is macOS updated ?
from fastlane.
Can you please let me know to which version is macOS updated ?
I updated to the latest macOS version and after that updated XCode to the latest available on app store.
I dont know why but after that my upload scripts are working again.
from fastlane.
I have the same issue. Does it really work well if I just update the Mac?
from fastlane.
I have the same issue. Fastlane version 2.211.0
from fastlane.
Same issue. Fastlane 2.211.0
Xcode 13
MacOS 12.6.1
from fastlane.
Same issue happens since mid November. Usually restarting the pipeline helps but takes sometimes a couple of tries.
from fastlane.
providing both
team_id
anditc_provider
resolved the issue for me.team_id: you can grab here if you're logged into your dev account (under
data.associatedAccounts[n].contentProvider.contentProviderId
)itc_provider: your team ID for your apple account, you can find in developer.apple.com portal
(Xcode 13.3)
Can you please let me know where I must provide these values
from fastlane.
I have the same problem and highly suspect it's an Apple issue.
And did notice that as soon as you manually upload a build with the same version, the fastlane will work fine again.
from fastlane.
We are not using AppFlow :(
TulasiPerigisetti7 any luck..!
from fastlane.
We are not using AppFlow :(
TulasiPerigisetti7 any luck..!
Setting the env variable ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true worked for me
from fastlane.
I am also having same issue. Can anyone have proper solution?
MacOS : 12.5.1
xCode : 14.0.1
fastlane version : 2.211.0
from fastlane.
Addition env ITMSTRANSPORTER_FORCE_ITMS_PACKAGE_UPLOAD=true
dont work for me.
But in my case use another Xcode version work fine.
App was builded and signed with Xcode 13, but before upload i switch Xcode to 14.1 and then ipa uploading run without issues.
Used fastlane 2.211.0
from fastlane.
I am also seeing this, strangely one build succeeded but after sometime started facing this. I checked Apple Developer system status it is green. any solution for this
from fastlane.
For anyone experiencing this issue on Azure DevOps, I solved this by changing the Release Pipeline agent specification from macOS-latest
, which currently is still an alias for macOS-11
, to macOS-12
.
The macOS-12
spec uses Xcode 14 instead of Xcode 13. In turn, fastlane uses altool
(instead of iTMSTransporter
) by default for Xcode 14.
altool
did upload successfully.
from fastlane.
Upgraded the macOS to Ventura and XCode 14.1, then the upload works fine without issues.
from fastlane.
Related Issues (20)
- ERROR ITMS-90159: "Invalid provisioning profile. This app contains an embedded provisioning profile that is not associated with your account. Please use a provisioning profile associated with Team ID XXX." HOT 2
- Getting fastlane error for deployment to app store through azure pipeline HOT 3
- `update_code_signing_settings` error `Seems to be a very old project file format - please open your project file in a more recent version of Xcode` HOT 1
- delete_keychain should not fail if keychain doesn't exist.
- Unable to access certificates repo in GitHub Action HOT 1
- "No profiles for [bundle identifiers] were found" — when using `skip_archive: true`
- Could not find app build.gradle file HOT 1
- ERROR ITMS-90685: CFBundleIdentifier Collision. There is more than one bundle with the CFBundleIdentifier value 'XXX' under the iOS application 'Y.app'. HOT 1
- Invalid username and password combination
- security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.There are no local code signing identities found. HOT 1
- [!] Google Api Error: Invalid request - The caller does not have permission when uploading Android App bundle on MacOS HOT 2
- Supply stuck
- Running gym on jenkins node fails on export HOT 1
- Operation not permitted - /Users/username/Library/Accounts
- Cannot update languages - could not find an editable info HOT 1
- match does not download Developer ID intermediate certificates HOT 4
- Create new app version fails
- negative argument ArgumentError when running in CI HOT 3
- Error uploading in the appstore: Could not determine the package’s bundle ID. HOT 7
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from fastlane.