att
I compiled my project for iPad(9.3.2) using iOS sdk 10.2, but crashed at clock_gettime() calling.
I think iOS sdk 9.3.2 or below has no function named clock_gettime(). How can I use gettimeofday() instead of clock_gettime() on older devices?