ios - I am receiving a "cannot initialize a parameter of type" error with theos -


i getting error while trying compile project. error

"tweak.xm:37:21: error: cannot initialize parameter of type 'uiview * _nonnull' lvalue of type 'uitapgesturerecognizer *' [content addsubview:singletap];"

this image of error link

about comment on alexander-li's answer, add line in makefile :

tweakname_frameworks = uikit 

and add #import <uikit/uikit.h> tweak.xm file.

and please, learn how code before launching in theos development. it's not easiest environment there lot of pages can you.


Comments

Popular posts from this blog

Python Pandas join aggregated tables -

java - Static nested class instance -

process - Python What is the difference between a Pool of worker processes and just running multiple Processes? -