I am trying to compile libFLAC executable to inherit in my project to convert wav files to flac, however at current I have been successful for either or OR. Not both. I am trying to find out if there is a way to bundle for both i386 and arm6/7 architecture.
Thanks
You can use lipo on the output executables to bundle them together:
So in your case you might have:
Which will produce libflac_bundled.a containing both libraries.