Reputation: 1187
I am using Delphi RAD Studio XE3 to build my mac app, when I try to upload the PKG file by using Application Loader, it shows the following error message:
Application Loader fail message : The application is invalid. The executable ((null)) is missing a required architecture. At least one of the following architecture(s) must be present i386, x86_64
What's wrong? How to fix this? Thanks.
Upvotes: 0
Views: 199
Reputation: 1187
I found the issue is actually due to wrong executable filename and wrong code signing, this page helped me to solve it: http://forum.unity3d.com/threads/126390-Can-t-submit-app-to-the-Mac-app-store
Upvotes: 2