Error with Apple App Store Submission

I am working on submitting my own app made with OF 0.10.1 but got below message while submitting. Any suggestion?

“App Store Connect Operation Error
Unsupported Architectures. Your executable contained the following disallowed architectures: ‘[i386 (in com.xxx.xxx.pkg/Payload/xxx.app/Contents/Frameworks/libfmodex.dylib)]’. New apps submitted to the Mac App Store must support 64-bit starting January 2018, and Mac app updates and existing apps must support 64-bit starting June 2018.”

You compiled your executable as a 64 bit app? --you can’t use x86 anymore for this. You should check also that libfmodex.dylib is a 64 bit lib.

Hi Prandam,

I chose 64 bit only for Architectures setup. How can I check libfmodex.dylib as 64 bit lib? I also tested both ‘of_v20191125_osx_nightly.zip’ version and Git-Master but got same error.

Thanks in advance.

Dofl

I haven’t used it, but maybe it can be helpful:

1 Like

Hi!

This issue has just been fixed in git master and can be downloaded from the nightly builds at the bottom of https://openframeworks.cc/download

See here for the discussion and quick fix solution.