Page 1 of 1

Objective Chipmunk Problem in OSX

Posted: Fri May 14, 2010 4:27 pm
by triptrip
Hi All,

I am new to Chipmunk, and I am having a problem using Obj Chipmunk in OSX. Every time that I add a body or a shape to my space I get a EXC_BAD_ACCESS signal and the program crashes. Any thoughts as to why this may happen? And yes, I've initialized my space.

thanks,

c.

Re: Objective Chipmunk Problem in OSX

Posted: Fri May 14, 2010 6:32 pm
by slembcke
The Objective-Chipmunk static library included with the Chipmunk source is built against the iPhone simulator SDK. I wonder if that is causing problems. I'll make a fat 32/64/PPC/x86 build up tomorrow.

Re: Objective Chipmunk Problem in OSX

Posted: Thu Sep 30, 2010 11:11 pm
by jpannell
Hi there-

I'm trying to build a sample project including ObjectiveChipmunk in OS X, and Xcode is warning me that the libObjectiveChipmunk.a file in incompatible with the current architecture (x86_64)... a quick search brought me to this thread. Did a fat binary ever get made?

Thanks!

John P.