I already did this, and when I sent the IPA package for Apple’s approval, the Application Loader did not allow it because the package I created had no support for armv7 processors. The only way I could compile a package with support for arm64 and armv7 processors, run on my device and send via Application Loader without problems was when I created a Blueprint project. Every time I created a C ++ project and compiled the project while maintaining the support functions for arm64 and armv7 processors, the project crash on launch.