iOS Question Error upload App to Appstore Connect ( Hosted Builder )

MarcoRome

Expert
Licensed User
Longtime User
From today from this error when trying to upload an app on the Store

Submitting app (this step can take several minutes to complete).
Error: Running altool at path '/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/altool'...
2025-06-10 09:51:35.228 Starting altool...
2025-06-10 09:51:35.233 Initializing bundle from: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/Frameworks/AppStoreService.framework
2025-06-10 09:51:35.236 Will look for transporter at executable bundle relative path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
2025-06-10 09:51:35.236 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
2025-06-10 09:51:35.236 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/../SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
2025-06-10 09:51:35.236 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/../itms/bin/iTMSTransporter
2025-06-10 09:51:35.236 Looking for Transporter at path: /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter
2025-06-10 09:51:35.236 Looking for Transporter at path: /usr/local/itms/bin/iTMSTransporter
2025-06-10 09:51:35.236 Using default transporter location: /usr/local/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Will look for transporter at executable bundle relative path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/../SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Looking for Transporter at path: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/../itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Looking for Transporter at path: /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Looking for Transporter at path: /usr/local/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 Using default transporter location: /usr/local/itms/bin/iTMSTransporter
2025-06-10 09:51:35.240 iTMSTransporter is not available. Using REST APIs.
2025-06-10 09:51:36.634
=======================
WEB SERVICE REQUEST 'generateAppleConnectToken'
URL: https://contentdelivery.itunes.apple.com/WebObjects/MZLabelService.woa/json/MZITunesSoftwareService
timeout: 1800
method: POST
httpHeaders: {
"Content-Length" = 520;
"Content-Type" = "application/json";
"x-request-id" = "20250610095136-725";
"x-tx-client-name" = altool;
"x-tx-client-version" = "8.003 (16003)";
"x-tx-method" = generateAppleConnectToken;
}
httpBody: {
id = "20250610095136-725";
jsonrpc = "2.0";
method = generateAppleConnectToken;
params = {
Application = altool;
ApplicationBundleId = "com.apple.itunes.altool";
FrameworkVersions = {
"com.apple.itunes.connect.ITunesConnectFoundation" = "8.003 (16003)";
"com.apple.itunes.connect.ITunesConnectFoundationExtras" = "8.003 (16003)";
"com.apple.itunes.connect.ITunesPackage" = "8.003 (16003)";
};
OSIdentifier = "Mac OS X 15.3.2 (x86_64)";
Password = "**hidden value**";
Username = "info@sviluppo-app.online";
Version = "8.003 (16003)";
};
}..........................

Seems that altool causes this error
Any suggestion ?
 
Solution
The relevant error is here:

Validation failed The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction (ID: 2a6699f7-0065-4757-b476-131a94d3f119) (409)
{
NSLocalizedDescription = "Validation failed";
NSLocalizedFailureReason = "The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction (ID: 2a6699f7-0065-4757-b476-131a94d3f119)";
NSUnderlyingError = "Error Domain=IrisAPI Code=-19241 \"Validation failed\" UserInfo={status=409, detail=The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction, id=2a6699f7-0065-4757-b476-131a94d3f119, code=STATE_ERROR.VALIDATION_ERROR...

Erel

B4X founder
Staff member
Licensed User
Longtime User
The relevant error is here:

Validation failed The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction (ID: 2a6699f7-0065-4757-b476-131a94d3f119) (409)
{
NSLocalizedDescription = "Validation failed";
NSLocalizedFailureReason = "The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction (ID: 2a6699f7-0065-4757-b476-131a94d3f119)";
NSUnderlyingError = "Error Domain=IrisAPI Code=-19241 \"Validation failed\" UserInfo={status=409, detail=The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction, id=2a6699f7-0065-4757-b476-131a94d3f119, code=STATE_ERROR.VALIDATION_ERROR, title=Validation failed, NSLocalizedFailureReason=The app references non-public symbols in Payload/Welcomemate.ai.app/Welcomemate.ai: __NSSetLogCStringFunction, NSLocalizedDescription=Validation failed}";
"iris-code" = "STATE_ERROR.VALIDATION_ERROR";
}

Have you included iReleaseLogger in the build?
 
Upvote 0
Solution
Top