iOS Question cannot uploading ipa file to itunes

Ellen Wu

Member
Licensed User
Hi,
I have this error while uploading the revised app to itunes :
=================================================================================
2023-09-25 09:10:10.319 *** Error: ERROR: Asset validation failed (12) The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView (ID: 1747e7c5-dcda-4b78-bf9c-c5aae2b96278)
2023-09-25 09:10:10.320 DEBUG: Error Domain=ContentDelivery Code=12 "Asset validation failed" UserInfo={original_server_error={
code = "STATE_ERROR.VALIDATION_ERROR.12";
detail = "The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView ";
id = "1747e7c5-dcda-4b78-bf9c-c5aae2b96278";
status = 409;
title = "Asset validation failed";
}, NSLocalizedDescription=Asset validation failed, NSLocalizedFailureReason=The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView (ID: 1747e7c5-dcda-4b78-bf9c-c5aae2b96278)}
2023-09-25 09:10:10.320 DEBUG: SPI check errors: (
"Error Domain=ContentDelivery Code=12 \"Asset validation failed\" UserInfo={original_server_error={\n code = \"STATE_ERROR.VALIDATION_ERROR.12\";\n detail = \"The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView \";\n id = \"1747e7c5-dcda-4b78-bf9c-c5aae2b96278\";\n status = 409;\n title = \"Asset validation failed\";\n}, NSLocalizedDescription=Asset validation failed, NSLocalizedFailureReason=The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView (ID: 1747e7c5-dcda-4b78-bf9c-c5aae2b96278)}"
)
2023-09-25 09:10:10.320 DEBUG: Saving uploader state (CDUploaderStateRetrieveUploadOperations) for identifier 'com.apple.cds_6298F5BB-C100-46CD-84A6-F35B5FE8BB46'.
2023-09-25 09:10:10.322 DEBUG: Log file path: /Users/administrator/Library/Logs/ContentDelivery/com.apple.itunes.altool/com.apple.itunes.altool Upload 2023-09-25_09-09-43_363.txt
2023-09-25 09:10:10.323 DEBUG: Removed temporary asset file '/Users/administrator/Library/Caches/com.apple.cds/com.apple.cds_6298F5BB-C100-46CD-84A6-F35B5FE8BB46/result.ipa'.
2023-09-25 09:10:10.323 INFO: Show Progress: Upload failed.
Asset validation failed
The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView (ID: 1747e7c5-dcda-4b78-bf9c-c5aae2b96278)
2023-09-25 09:10:10.323 INFO:
=============
UPLOAD FAILED with 1 error.
=============
2023-09-25 09:10:10.325 *** Error: Error uploading 'result.ipa'.
2023-09-25 09:10:10.325 *** Error: Asset validation failed The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView (ID: 1747e7c5-dcda-4b78-bf9c-c5aae2b96278) (12)
{
NSLocalizedDescription = "Asset validation failed";
NSLocalizedFailureReason = "The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView (ID: 1747e7c5-dcda-4b78-bf9c-c5aae2b96278)";
"original_server_error" = {
code = "STATE_ERROR.VALIDATION_ERROR.12";
detail = "The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView ";
id = "1747e7c5-dcda-4b78-bf9c-c5aae2b96278";
status = 409;
title = "Asset validation failed";
};
}

===============================================================

Thanks in advance.
 

aeric

Expert
Licensed User
Longtime User
Error: Asset validation failed The app contains or inherits from non-public classes in Payload/result.app/result: ADBannerView

Before you can use this service you need to agree to Apple's terms in iTunes Connect and set the bank and tax details.

Have you checked the tutorial?
 
Upvote 0
Top