Fabio Santo
06/28/2024, 3:02 PM*ITMS-90036: This bundle is invalid* - The Info.plist file for /Payload/Companion.app/compose-resources/composeResources/com.company.companion.app is missing or could not be read.
In fact the bundled folder reveals some very different structure than a valid bundle built locally with the same commands....
Locally I can build and upload a valid bundle, either via Terminal commands + Transporter or Xcode + Organizer upload.
It seems to me that there's a com.company.companion.app
app file within the resources folder, therefore AppStore Connect is looking for a Info.plist 😕
Xcode version is the same as the local one I have on my machine... it feels something related to
Any ideas are welcome 🙏 thanks!chrisjenx
06/28/2024, 3:22 PMFabio Santo
07/02/2024, 9:27 AMcom.company.xxx.*app*
that final .app was fooling AppStore connect into believing that there was a com.company.xxx
app file into our composeResource file, therefore it was looking for a missing Info.plist file and marking the build as invalid.chrisjenx
07/03/2024, 3:09 PMaidanvii
07/26/2024, 6:50 AM