ashfurrow / C-41

C-41 is an application to help people develop film at home by providing a series of "recipes" for photographers to use.
MIT License
2.05k stars 368 forks source link

a compile issue #17

Closed Benoitcn closed 10 years ago

Benoitcn commented 10 years ago

I download the project file and run pod install. I got the issue on libffi library. libffi

SimonZhang2012 commented 10 years ago

Hi Benoitcn, maybe because you are using the XCode6 beta version. It was same when I built it. But then I switched to XCode5.1 and it builds without errors.

Benoitcn commented 10 years ago

Thanks for the reply, but unforturnately I was using XCode 5.x. I guess the reason was something else.

SimonZhang2012 commented 10 years ago

It looks like the libffi doesn't compile against 64-bit. I tried to compile targeting 32-bit simulator and it works.

Benoitcn commented 10 years ago

Yes, you are right. Thanks dude.