Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't upload application binary to the App Store
    text
    copied!<p>We've finally gotten to the point of submitting our first iPhone app to the app store (or trying to), but I can't seem to get iTunes Connect to accept the upload.</p> <p>I've attempted through both the web site ("The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate.") and the Application Loader ("Info.plist does not contain a CFBundleResourceSpecification").</p> <p>After lots of reading (including <a href="https://stackoverflow.com/search?q=binary+you+uploaded+was+invalid">questions like these</a>), re-reading, and googling, I can say that:</p> <ul> <li>I'm sure that the bundle identifier matches the AppID.</li> <li>There is an Icon.png, it's a 57x57 px PNG file, and that's the exact name in the Info.plist.</li> <li>I'm doing a device, not simulator, build.</li> <li>The signing process succeeds: the build results show this, and running <code>codesign -vvvv MyApp.app</code> indicates no problems.</li> <li>There are no strange characters in the path to the ZIP file.</li> <li>I've deleted the build folder and re-built the binary quite a few times.</li> </ul> <p>Now, it is true that in the built app, the Info.plist does not contain a <code>CFBundleResourceSpecification</code> key, but it's not at all clear to me where that value should come from, or what else I need to add to make this work. (The only reference I can find using Apple's search is some <a href="http://developer.apple.com/mac/library/releasenotes/Security/RN-CodeSigning/" rel="nofollow noreferrer">code signing release notes</a>... but, as I mentioned above, the code signing step is succeeding, as far as I can tell.)</p> <p>Has anyone run across any explanations for this problem that I haven't mentioned already?</p> <p><strong>EDIT:</strong> Here's the (slightly redacted) output from the code signing step of the build, FWIW:</p> <p><a href="http://img70.yfrog.com/img70/8988/codesign.png" rel="nofollow noreferrer">code signing screenshot http://img70.yfrog.com/img70/8988/codesign.png</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload