I had to change my application name, this led to a crash; after changing the name and corresponding build settings, I sent a new binary to the Mac App Store with Xcode 4. Xcode loads it without problems, but after a few minutes the binary will be rejected with this message:
Unsupported architecture - application executables can support both or both Intel architectures:
i386 (32-bit) x86_64 (64-bit)
Other architectures cannot be included in sent binaries. Confirm that your Xcode project build settings include those architectures and others.
I triple checked the build settings and they were the same (with the exception of the product name) as the initial binary that worked. Can anyone understand what might cause this problem? I checked the settings for "Architecture" and "Virtual architectures" and they are correct.
By chance, will the fact that my application ends with '!' cause problems? i.e. "MyApp! .app"
Update: I thought about one more thing: does Apple require you to use the latest version of Xcode? I have 4.0.0 not 4.0.2.
avizzini
source share