diff --git a/testing/testingmain.cpp b/testing/testingmain.cpp index 4b66b99847..9e9dd006f0 100644 --- a/testing/testingmain.cpp +++ b/testing/testingmain.cpp @@ -138,7 +138,7 @@ int main(int argc, char * argv[]) #endif my::ScopedLogLevelChanger const infoLogLevel(LINFO); -#if defined(OMIM_OS_MAC) || defined(OMIM_OS_LINUX) +#if defined(OMIM_OS_MAC) || defined(OMIM_OS_LINUX) || defined(OMIM_OS_IPHONE) my::SetLogMessageFn(my::LogMessageTests); #endif