Hi all,
I'm trying to get my application submitted to the Mac App Store, and I've
gotten the following response:
*Unsupported Architecture* - Application executables may support either or
both of the Intel architectures:
- i386 (32-bit)
- x86_64 (64-bit)
I have specified the Valid Archite
Hi Daniel,
I have those two related to the arch:
ARCHS = $(ARCHS_STANDARD_64_BIT)
VALID_ARCHS = x86_64
Don't forget that you have to codesign the rbo files,
a look into the resulting app's CodeResources will tell you.
and welcome to the shop :)
Am 09.05.2011 um 02:47 schrieb Daniel Westendorf