I'm trying to build my own Player base on FFMpeg,
I succes to build FFMpeg as static library(*.a),
but its need to copy another header file to use,
I hope it can used like framework,
but even I add header file into framework (set as public)
My Demo App can not find .h file in FFMpeg.framework,
is there any suggestion or tutorial can help me to build it as real framework?
Thanks