I am creating an XMPP module for iOS but I am running into memory management issues. I see that my library gets unloaded from memory since even the self item gets a nil memory address. Are there any suggestions why this happens? I have my objects in Objective C instantiated as retain and still my module gets removed from memory hence I came to the conclusion that my JS item which loads the library gets removed for a strange reason even though I have it loaded in the app.js!!
↧