I can't figure out why I can't get this project to archive. It gives me the error:
clang: error: cannot specify both '-fobjc-arc' and '-fobjc-gc'
I have already looked here clang: error: cannot specify both '-fobjc-arc' and '-fobjc-gc' and that didn't help me, so how can I figure this? I need to use _bridge
otherwise it will give my a memory leak. I want to run this on 10.8 Mac OSX
. Thank you.