Undefined symbols for architecture x86_64: "_Decoder_Interface_Decode",referenced from: DecodeAMRfileToWAVEfile(char const*,char const*) in amrfileCodec.o "_Decoder_Interface_exit",char const*) in amrfileCodec.o "_Decoder_Interface_init",char const*) in amrfileCodec.o "_Encoder_Interface_Encode",referenced from: EncodeWAVEfileToAMRfile(char const*,char const*,int,int) in amrfileCodec.o "_Encoder_Interface_exit",int) in amrfileCodec.o "_Encoder_Interface_init",int) in amrfileCodec.old: symbol(s) not found for architecture x86_64clang: error: linker command Failed with exit code 1 (use -v to see invocation)
* 选中Targets—>Build Settings—>Architectures。双击Architectures,选择other,删除$(ARCH_STANDARD)(点’-’),然后增加armv7和armv7s(点‘+’)。clean一下再编译就行了。*
总结转载自 https://my.oschina.net/asjoker/blog/634510
以上是内存溢出为你收集整理的Undefined symbols for architecture x86_64全部内容,希望文章能够帮你解决Undefined symbols for architecture x86_64所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)