如何将像SVProgressHUD这样的第三方框架添加到theos项目中

5 reverse-engineering ios theos svprogresshud

我想在我的 theos 逆向工程项目中使用 SVProgressHUD(无论是 .a 还是 .framework)。

我试图将标题放在 /opt/theos/inlcude 中,并将 .framework 文件放在 /op/theos/lib 中

并在 makefile 文件中添加 EXTRA_FRAMEWORK += SVProgressHUD。

它可以毫无问题地编译。但它以某种方式不起作用。

任何的想法?