Finally back to my mistake
When the application uses the openssl library. The developer needs to set the enable bit mode as several values ββfor the target and the project.
1. Debugging the application
While debugging the enable bit code for Debug should be NO , and Release should be YES .
2. App release
In this case, the Enable bit for debugging should be YES , and the Release mode should be NO .
I followed these steps so that I can debug the application and successfully navigate to the Appstore with an error.
Hope this answer helps others.
source share