Hi Giuseppe, The log indicates that you have two WTWikitudeNativeSDK objects in memory at the same time. Please verify that only one object of type WTWikitudeNativeSDK is alive in memory or verify that the first object is properly deallocated before you create a new one.
Best regards
Andreas
S
Supasan Doungchana
said
over 7 years ago
Hi, Andreas Schacherbauer
I have same issue. how to verify that only one object of type WTWikitudeNativeSDK is alive in memory? or how to verify that the first object is properly deallocated before you create a new one?
Please let me some example.
Thanks
A
Andreas Schacherbauer
said
over 7 years ago
Hi Supasan, Instruments in combination with the allocation instrument is your friend to find all allocated objects ;)
Giuseppe.mosca