Hello there,
I have some problems whit submitting my app to the Mac App Store.
I am using Electron with React-js for my app and Electron-builder to create my distribution bundle.
build info:
“build”: {
“appId”: “com.smarterback.smbapp”,
“mac”: {
“category”: “public.app-category.utilities”,
“target”: [
“pkg”,
“dmg”,
“zip”
],
“identity”: “iPhone Distribution: JENGO LLC (63UV74H5Q5)“,
“entitlements”: “Info.plist”,
“type”: “distribution”,
“icon”: “test.icns”
},
“mas”: {
“category”: “public.app-category.utilities”,
“target”: [
“pkg”,
“dmg”,
“zip”
],
“identity”: “iPhone Distribution: JENGO LLC (63UV74H5Q5)“,
“entitlements”: “Info.plist”,
“type”: “distribution”,
“icon”: “test.icns”
}
In Application Loader i upload zip include: SmarterBack.app:
Screenshot URL: http://i.imgur.com/6k2SFyV.png
I had few errors on the way and I have fixed all exept this one:
“ERROR ITMS-90207: “Invalid Bundle. The bundle at ‘SmarterBack.app’ does not contain a bundle executable”. ( http://i.imgur.com/wD3MmCN.png (57kB)) I’ve tried to change “CFBundleExecutable”
inside my Info.plist file, I even tried to move the executable file in other directories, but nothing worked.
OS: macOS Sierra - Mac Mini
version: 10.12.6
Application Loader: 3.0 (620)
Xcode: 8.3.3 (8E3004b)