V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
iOS 开发实用技术导航
NSHipster 中文版
http://nshipster.cn/
cocos2d 开源 2D 游戏引擎
http://www.cocos2d-iphone.org/
CocoaPods
http://cocoapods.org/
Google Analytics for Mobile 统计解决方案
http://code.google.com/mobile/analytics/
WWDC
https://developer.apple.com/wwdc/
Design Guides and Resources
https://developer.apple.com/design/
Transcripts of WWDC sessions
http://asciiwwdc.com
Cocoa with Love
http://cocoawithlove.com/
Cocoa Dev Central
http://cocoadevcentral.com/
NSHipster
http://nshipster.com/
Style Guides
Google Objective-C Style Guide
NYTimes Objective-C Style Guide
Useful Tools and Services
Charles Web Debugging Proxy
Smore
zioc
V2EX  ›  iDev

项目加入了 VLCMobileKit 编译不过,有 v 友知道吗?

  •  
  •   zioc · Oct 10, 2015 · 4844 views
    This topic created in 3861 days ago, the information mentioned may be changed or developed.

    引用了 nightlies 的 VLCKit ( http://nightlies.videolan.org/build/ios/),项目编译不通过,一直找不到原因:
    Undefined symbols for architecture arm64:
    "_VTDecompressionSessionDecodeFrame", referenced from:
    _DecodeBlock in MobileVLCKit(videotoolbox.o)
    "_VTDecompressionSessionCreate", referenced from:
    _StartVideoToolbox in MobileVLCKit(videotoolbox.o)
    "_VTDecompressionSessionWaitForAsynchronousFrames", referenced from:
    _OpenDecoder in MobileVLCKit(videotoolbox.o)
    _CloseDecoder in MobileVLCKit(videotoolbox.o)
    "_VTDecompressionSessionInvalidate", referenced from:
    _OpenDecoder in MobileVLCKit(videotoolbox.o)
    _CloseDecoder in MobileVLCKit(videotoolbox.o)
    _DecodeBlock in MobileVLCKit(videotoolbox.o)
    ld: symbol(s) not found for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    5 replies    2015-12-15 20:10:05 +08:00
    KyonLi
        1
    KyonLi  
       Oct 10, 2015


    选择 libstdc++
    zioc
        2
    zioc  
    OP
       Oct 10, 2015
    @KyonLi 谢谢回复,还是这样
    siroccoicode
        3
    siroccoicode  
       Oct 10, 2015
    这个问题属于连接错误,你看一下在 compile sources 中是否包含了 VTDecompressionSessionDecodeFrame 等定义的实现文件,如果没有的话,手动添加就好了。
    LINAICAI
        4
    LINAICAI  
       Oct 10, 2015
    明显缺少文件了,重新添加一次
    Pasco
        5
    Pasco  
       Dec 15, 2015
    朋友 过了吗?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3283 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 12:30 · PVG 20:30 · LAX 05:30 · JFK 08:30
    ♥ Do have faith in what you're doing.