Xcode 13 Beta: CFBundleExecutable Error on Upload

I'm working on a multi-platform iOS and Mac app. When I try and Archive and Distribute to the App Store I run into this issue:

ERROR ITMS-90259: "Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file."

I've verified that the Info.plist for the Mac target has a CFBundleExecutable

So, far I've:

  • Tried Xcode 12 & 13
  • Tried using App Transporter
  • Used Xcode 13 RC and let that auto-generate the Info.plist
  • Recreated the entire project in Xcode 13

I've tried everything I could find online - there's not much - and I can't get the upload to succeed.

However, I was able to replicate the issue with an entirely empty project. No dependencies, no code, nothing. The project archives successfully, but the upload fails.

Any help would be appreciated. I've spent two days on this already.

An example project that fails: https://drive.google.com/file/d/1qUN5lHEWNyNHQV54fYPXMeRsuO-cpHqW/view?usp=sharing

Hello, I am having the same issue. Were you able to find a resolution for this problem?

Hi, I'm having a similar error and can't find any good help on the net. Can anybody help me to solve this issue?

Xcode 13 Beta: CFBundleExecutable Error on Upload
 
 
Q