Advertisement
iOSthemem0d

Untitled

Feb 1st, 2020
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Tweak.xm:233:56: error: cast of an indirect pointer to an Objective-C pointer to 'void **' is disallowed
  2.       with ARC
  3.   object_getInstanceVariable(self, "_bubbleImageView", (void **)&customBubbleImageView);
  4.                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  5. Tweak.xm:233:3: error: 'object_getInstanceVariable' is unavailable: not available in automatic reference
  6.       counting mode
  7.   object_getInstanceVariable(self, "_bubbleImageView", (void **)&customBubbleImageView);
  8.   ^
  9. /Users/dylan4char/theos/sdks/iPhoneOS13.0.sdk/usr/include/objc/runtime.h:264:1: note:
  10.       'object_getInstanceVariable' has been explicitly marked unavailable here
  11. object_getInstanceVariable(id _Nullable obj, const char * _Nonnull name,
  12. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement