Hello, ,
I made a build now for shipping only enabling support for armv7 processors and the Application Loader did not allow me to send the package because the .ipa file generated is not supported for arm64 processors. I already migrated my game to version 4.13, 4.14 and now 4.15 of Unreal Engine and in all versions I had this problem to generate the package for shipping. After detecting this problem, I made a new build enabling the functions for support on armv7 and arm64 processors, but I believe Appleās support when parsing the file will crash on launch because I witnessed this same problem when I compiled the game with these functions Enabled. My question is this: Is there a possibility to generate an iOS package with support for armv7 and arm64 processors without crash on launch?