SDL_Init unable to initialize

Hi team, I tried SDL for ios. I followed this instructions to build libsdl2.a and libsdlmain.a.
Have used the built in ios template xcode project.

But gives me error while Initialization.

SDL Error: Application didn’t initialize properly, did you include SDL_main.h in the file containing your main() function?

could anyone help me?