I'm trying to create a simple static library and add it into another project. I found several tutorials explaining how to do this, and it seems like each one is a little different. The most recent one I found seems to be the simplest, so that is the one I recreated.
When I try to build the project I'm accessing the library from, I get an "Apple Mach-O Linker Warning - Ignoring [my .a file], missing required architecture i386 in file [my .a file](2 slices)", as well as "Apple Mach-O Linker Error" twice. I'm guessing the problem is that it's ignoring my .a file, and that's whats causing the errors, so fixing the warning should take care of the errors too. Some of the users in that thread seem to have posted about this issue there, but it doesn't look like there's been any response as to how to fix it. Does anyone know what this tutorial is leaving out that is causing these errors?