cocos2d-x / plugin-x

Plugin-x is the plugin repository for cocos2d-x, it also provides a unified API for plugins.
71 stars 91 forks source link

error initialize "testDeviceIDs" property in "addTestDevice" function of AdsAdmob.m #44

Closed myaug closed 10 years ago

myaug commented 10 years ago

Currently it is: self.testDeviceIDs = [NSMutableArray alloc];

It should be: self.testDeviceIDs = [[NSMutableArray alloc] init];