IOS出现Initializer element is not a compile-time constant 解决办法2024-03-15 20:31:00今天在写hook代码的时候,出现了Initializer element is not a compile-time constant 这个错误,如下图所示: 通过将 该文件的后缀 .m 改成 .mm 即可 上一篇:compile mycli by pyinstaller下一篇:回文自动机与Lyndon分解