diff --git a/LiblinphoneTester/MasterView.m b/LiblinphoneTester/MasterView.m index c2ad82173..f12532d63 100644 --- a/LiblinphoneTester/MasterView.m +++ b/LiblinphoneTester/MasterView.m @@ -63,7 +63,7 @@ void tester_logs_handler(int level, const char *fmt, va_list args) { LOGI(@"Bundle path: %@", bundlePath); LOGI(@"Writable path: %@", writablePath); -#if 0//(TARGET_OS_SIMULATOR) +#if TARGET_OS_SIMULATOR char *xmlFile = bc_tester_file("LibLinphoneIOS.xml"); char *args[] = {"--xml-file", xmlFile}; bc_tester_parse_args(2, args, 0);