SDL2_ttf不会在ios上运行

所以情况是 – 我下载了最新的SDL2_ttf库,打开了包含在包中的XCode-IOS项目,没有任何问题地构build它,并连接到我的项目。 一切编译和运行,但在开始我的程序退出输出消息:

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 

在我的项目中,我只是调用TTF_Init()和TTF_Quit(),但它永远不会到达那里。