Someone could help me, I'm having a problem while running my app on Iphone 6 I use a library to convert audio to mp3 called libmp3lame.a , but I can not compile, the warning follows.
ld: warning: ignoring file /Users/Abound/Desktop/Projeto Sistema da Igreja/App/AppIgreja/AppIgreja/GravaAudio/libmp3lame.a, missing required architecture x86_64 in file /Users/Abound/Desktop/Projeto Sistema da Igreja/App/AppIgreja/AppIgreja/GravaAudio/libmp3lame.a (3 slices)
Undefined symbols for architecture x86_64:
"_lame_close", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
"_lame_encode_buffer_interleaved", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
"_lame_encode_flush", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
"_lame_init", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
"_lame_init_params", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
"_lame_set_VBR", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
"_lame_set_in_samplerate", referenced from:
-[CorrenteOracoes toMp3] in CorrenteOracoes.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)