I noticed that in the 32-bit Apple scope in the KittyMemory implementation file, the info object was (presumably) erroneously mislabeled as libInfo, which caused build errors ("libInfo" not defined.). After making this change, compilation for 32-bit iOS succeeds for me with no further problems and memory injection works perfectly.
I noticed that in the 32-bit Apple scope in the
KittyMemory
implementation file, theinfo
object was (presumably) erroneously mislabeled aslibInfo
, which caused build errors ("libInfo" not defined.
). After making this change, compilation for 32-bit iOS succeeds for me with no further problems and memory injection works perfectly.