3rd Party Mac Developer Installer? error when uploading
Asked Answered
C

1

13

I'm trying to upload my App to the Mac App Store and when I'm uploading it via Application Uploader I get an error :

The product archive package's signature is invalid. Ensure that it is signed with your "3rd Party Mac Developer Installers" certificate. (1091)

but I ran

codesign -f -v -s "3rd Party Mac Developer Application: Thomas Olson" "/Users/Tom/Dropbox/MyGame.app"

&

productbuild --component "/Users/Tom/Dropbox/MyGame.app" /Applications --sign "3rd Party Mac Developer Installer: Thomas Olson" MyGame.pkg

Terminal says everything went fine.

What do I do now?

Cleveland answered 11/10, 2011 at 20:30 Comment(0)
P
1

Did you try using the "Archive" functionality within Xcode? I believe it both signs packages for you as well as runs checks after to make sure that the signing process worked (just because the console app completed without errors doesn't mean that the certificate used to sign it was current, configured correctly, etc.)

Ptolemaist answered 26/8, 2013 at 19:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.