0

私はjailbreak tweaks開発に不慣れで、theos を使用して微調整を行っていますが、make コマンドで微調整をコンパイルしているときにいくつかの問題に遭遇しました。

基本的にIOS 7 SpringBoard、class-dump-z ですべてのヘッダーをダンプし、それらすべてを theos/include フォルダーに配置しました。XXUnknownSuperClassと呼ばれるクラスがあり、微調整をコンパイルしているときに、そのクラスからエラーが発生したことに気付きました。

/theos/include/Spring/SBUIAnimationController.h:8:9: error: 
      'XXUnknownSuperclass.h' file not found with <angled> include; use "quotes"
      instead
#import <XXUnknownSuperclass.h> // Unknown library
        ^~~~~~~~~~~~~~~~~~~~~~~
        "XXUnknownSuperclass.h"

/theos/include/Spring/XXUnknownSuperclass.h:14:12: error: 
      cannot find interface declaration for 'XXUnknownSuperclass'
@interface XXUnknownSuperclass (SBApplicationAdditions)

fatal error: too many errors emitted, stopping now [-ferror-limit=]

SBIconViewDelegate次の質問は、アプリのアイコンがタップされたときにカスタム メソッドを実行するようにフックできSpringBoardますか?

助けてくれてどうもありがとう!

4

1 に答える 1