Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

ERROR ITMS-90035 - Air SDK 821

Open jebarbieri opened this issue 3 years ago • 2 comments
trafficstars

Hello, I have compiled an app with version Version 33.1.1.821 using ActionScript & MXML v1.12.1 extension Bowler Hat LLC.But I can't upload it to the apple store. The same error always appears. "ERROR ITMS-90035 Invalid Signature". I have already renewed all certificates. I've searched several forums and haven't found the solution. Can you help me?

Captura de Tela 2022-05-06 às 14 16 03

The compiled ipa is in the link below: https://drive.google.com/file/d/1GAtj2asKRQ0tkgnWT0LcenHFBoKEdKpE/view?usp=sharing

jebarbieri avatar May 09 '22 18:05 jebarbieri

When I look at the .app using codesign -v -vvv Atendi\ Mobile.app it gives me:

Atendi Mobile.app: a sealed resource is missing or invalid
file missing: Atendi Mobile.app/assets/img/80x80/.DS_Store
file missing: Atendi Mobile.app/assets/img/80x80/bandeiras/.DS_Store
file missing: Atendi Mobile.app/assets/img/36x36/.DS_Store
file missing: Atendi Mobile.app/assets/icones/ios/.DS_Store
file missing: Atendi Mobile.app/assets/img/114x114/bandeiras/.DS_Store
file missing: Atendi Mobile.app/assets/img/36x36/bandeiras/.DS_Store
file missing: Atendi Mobile.app/assets/img/114x114/.DS_Store

Can you check that you've deleted all these .DS_Store hidden files from your assets/images folder, before doing the packaging? It seems like they're included in the signature process but then not packaged into the IPA itself...

thanks

ajwfrost avatar May 10 '22 17:05 ajwfrost

Thank you so much. I did it. I installed on ios 15.4.1

jebarbieri avatar May 11 '22 13:05 jebarbieri