SDL2_ttf не будет работать на IOS

Дело в том, что я скачал последнюю библиотеку SDL2_ttf, открыл проект XCode-IOS, включил в пакет, собрал его без проблем и подключил к моему проекту. Все скомпилировано и запущено, но при запуске моя программа выходит с выводом сообщения:

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 (), но он там никогда не доходит.

Ответы на вопрос(0)

Ваш ответ на вопрос