I am trying to use KeyChainitemwrapper provided by apple. My project uses ARC, but I turned ARC into KeyChainitemwrapper.m. I linked the "security.framework" framework with my project.
I get this communication problem:
Undefined characters for i386 architecture: referring to "_main": start with crt1.10.6.o ld: character not found for i386 architecture clang: error: linker command did not work with exit code 1 (use -v to call the call)
I'm new to ios, but I assume the problem is that the simulator is trying to compile the original targeting of i386, not arm? I'm close?
Anyway .. it seems like this wrapper is pretty popular, so I was wondering if anyone who might be familiar with this issue could reach out.
thanks
source share