简体   繁体   中英

Can anyone help me with this Apple Mach-O Linker Error?

I know this is not a programming question, and I need help with setting up Chipmunk. I have already wasted half a day on this and tried solutions from other similar postings...

But can anyone help me with the following errors ?

在此处输入图片说明

You're not linking against the library that contains cpSpaceStep , cpInitChipmunk or cpSpaceNew . It looks like that is cocos2d. Make sure you've got the cocos2d library added to your project and that it is part of the "Link binary with libraries" build phase.

Delete the library and add once again. I have faced this issues couple of times. Hope this helps.

I got the issue resolved with just initializing a project under chipmunk. I had write/copy all the methods from my previous class, and it took some time to do that... but it was worth it in the end !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM