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


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