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

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -