The "libObjectiveChipmunk.a" library is marked red (missing) in my project using cocos2d v3. I have tried re-installing the cocos2dv3/ creating a new project, however, the issue persists. I can see the lib_chipmunk.xctemplate in "/Users/abhineet/Library/Developer/Xcode/Templates/cocos2d v3.x/Support/Libraries". Somehow the install script is not able to create a static library.
How can i add the static library? Can it be downloaded from somewhere and added to "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk/System/Library/Frameworks" ?