Hi All, Ive followed the docs and been able to both build and sign a macos app i’m working on. I am able to open and use the app locally.
When I try to upload the app using transporter I get this error - Asset validation failed (90259)
Bad Bundle Executable. You must include a valid CFBundleExecutable key in your bundle's information property list file. (ID: 42db8271-a920-455e-bd9f-a580e3066ac8)
I have
- Verified can run built app on my machine ( M1 pro)
- Verified that the CFBundleExecutable value matches the bundle name under Contents/Macos in the generated info.plist file.
- Validated plist file plutil -lint
- Rechecked the info.plist app after the build to make sure no special characters or errors.
Anyone run into a similar issues or maybe point me in a certain direction.