quick3.5 mac模拟器有很多坑,下面是一些填坑过程
SimulatorApp.mm
startup方法:
_project.setWriteDebugLogToFile(true); _project.setDebugLogFilePath("../../../debug.log"); _project.dump(); FileUtils* fileUtils = FileUtils::getInstance(); fileUtils->addSearchPath("../../../../../");
ConsoleWindowController.m
#define MAX_LINE_LEN 81920 #define MAX_LINES_COUNT 500