I tried to publish my first APP but I get the following error:
What can be the cause?
=============
UPLOAD FAILED with 1 error.
=============
2023-10-26 18:48:22.879 *** Error: Error uploading 'C:\programmi_vb\innocenti_srl\05-App_B4i\codice\i-App\Objects\i-App.ipa'.
2023-10-26 18:48:22.879 *** Error: Asset validation failed This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory. (ID: c9516279-bea9-4f75-963e-4a99d1355af9) (90017)
{
NSLocalizedDescription = "Asset validation failed";
NSLocalizedFailureReason = "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory. (ID: c9516279-bea9-4f75-963e-4a99d1355af9)";
"original_server_error" = {
code = "STATE_ERROR.VALIDATION_ERROR.90017";
detail = "This bundle is invalid. The IPA format requires a top-level directory named Payload, containing only a .app bundle and optional plugins in a Plugins directory.";
id = "c9516279-bea9-4f75-963e-4a99d1355af9";
status = 409;
title = "Asset validation failed";
};
}
What can be the cause?