程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> ios-編譯idoubs出錯:Apple Mach-O Linker Error

ios-編譯idoubs出錯:Apple Mach-O Linker Error

編輯:編程綜合問答
編譯idoubs出錯:Apple Mach-O Linker Error

Undefined symbols for architecture i386:
"_th_comment_clear", referenced from:
_encode_init in libavcodec.a(libtheoraenc.o)
"_th_comment_init", referenced from:
_encode_init in libavcodec.a(libtheoraenc.o)
"_th_encode_alloc", referenced from:
_encode_init in libavcodec.a(libtheoraenc.o)
"_th_encode_ctl", referenced from:
_submit_stats in libavcodec.a(libtheoraenc.o)
_get_stats in libavcodec.a(libtheoraenc.o)
_encode_init in libavcodec.a(libtheoraenc.o)
"_th_encode_flushheader", referenced from:
_encode_init in libavcodec.a(libtheoraenc.o)
"_th_encode_free", referenced from:
_encode_close in libavcodec.a(libtheoraenc.o)
"_th_encode_packetout", referenced from:
_encode_frame in libavcodec.a(libtheoraenc.o)
"_th_encode_ycbcr_in", referenced from:
_encode_frame in libavcodec.a(libtheoraenc.o)
"_th_info_clear", referenced from:
_encode_init in libavcodec.a(libtheoraenc.o)
"_th_info_init", referenced from:
_encode_init in libavcodec.a(libtheoraenc.o)
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
以上是編譯idoubs目標時候的錯誤,用的Xcode6.1,添加了一些框架,感覺不應該是缺少框架了吧,請各位大神們賜教啊!!!

最佳回答:


【libtheoraenc】跟這個名字相關得文件,是不是沒放到程序裡~編譯的時候缺少文件了~先看看有沒有引入,然後編譯的配置裡再看看有沒有

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved