Thanks for the advice here (by rtrusseu, great thanks) ,I successfully do the TTF using the non-source version and TTF work.
Now trying mixer. Unfortunately trying both mixer source (with release…) and non-source (without the release), none work. The error message tbh is very strange:
`
/Users/kwccoin/Documents/Github/_SDL_loadlib/gof/SDL-release-2.30.3/include/SDL_log.h:355:100 Expected function body after function declarator
extern DECLSPEC void SDLCALL SDL_LogMessageV(int category,
SDL_LogPriority priority,
SDL_PRINTF_FORMAT_STRING const char *fmt, va_list ap) SDL_PRINTF_VARARG_FUNCV(3);
/*
and
in file included from /Users/kwccoin/Documents/Github/_SDL_loadlib/gof/SDL_mixer-release-2.8.0/Xcode/iOS/SDL2.framework/Headers/SDL.h:49:
`
Somehow something is missing. Trying all sort of ways like adding header to both system and usual search. None work so far sadly.
Continue to search a way. Any help will be much appreciated.