0

Unexpected CFBundleExecutable Key - The bundle at **/Payload/ABCD.app/Base.lproj/Info.plist' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.

rptwsthi
  • 10,094
  • 10
  • 68
  • 109
Tejinder
  • 1,507
  • 19
  • 22

1 Answers1

1

I found an answer to this question: Actually accidently info.plist file was moved to some other folder. I changed the location of info.plist to ProjectName/ProjectName/info.plist, error removed and app become eligible for submission.

I posted this answer because it may save someone time.

Tejinder
  • 1,507
  • 19
  • 22