SDL2_ttf no se ejecutará en iOS

Por lo tanto, descargué la última biblioteca SDL2_ttf, abrí el proyecto XCode-IOS, lo incluí en el paquete, lo construí sin ningún problema y lo conecté a mi proyecto. Todo se compiló y se ejecutó, pero al iniciar mi programa se cierra con un mensaje en la salida:

apinames 0.1: extract FreeType API names from header files

this program is used to extract the list of public FreeType API
functions. It receives the list of header files as argument and
generates a sorted list of unique identifiers

usage: apinames header1 [options] [header2 ...]

options:   -      : parse the content of stdin, ignore arguments
           -v     : verbose mode, output sent to standard error
           -oFILE : write output to FILE instead of standard output
           -dNAME : indicate DLL file name, 'freetype.dll' by default
           -w     : output .DEF file for Visual C++ and Mingw
           -wB    : output .DEF file for Borland C++
           -wW    : output Watcom Linker Response File

en mi proyecto acabo de llamar a TTF_Init () y TTF_Quit (), pero nunca llega allí.

Respuestas a la pregunta(0)

Su respuesta a la pregunta