I’m having a problem where the libavutil.a’s time.h (libav-v9.1965/include/libavutil/time.h) file in the Backendless set of libraries is colliding with the system time.h (usr/include/time.h). The two don’t match and the differences are causing issues with other source libraries that are expecting the system version. Specifically, I’m building with Backendless and the Facebook pop animation library which depends upon the system time.h.
I’m using the current Backendless pod 1.16.1 and it includes the libav-v9.1965/include/libavutil/time.h. My fix is to delete the time.h file from the Backendless header files, delete the Xcode project workspace cache, clean, rebuild and all is well.
What do you recommend?