DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

New ObjectiveC runtime changes mean CCArray.m must be changed for iOS 7 #1493

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Read:

https://developer.apple.com/library/prerelease/ios/releasenotes/General/RN-iOSSD
K-7.0/index.html

"Objective-C Runtime" section:

then note:

   state->mutationsPtr = (unsigned long *)self; on line 280 in CCArray.m

Original issue reported on code.google.com by haik...@gmail.com on 11 Jun 2013 at 5:01