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

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -