- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
构建包含 MobileVLCKit 的项目时,构建失败并出现来自“架构 arm64 的 undefined symbol :”的 76-100 错误:
前几个例子:
"std::runtime_error::runtime_error(std::string const&)", referenced from:
libebml::CRTError::CRTError(std::string const&, int) in MobileVLCKit(StdIOCallback.o)
"std::runtime_error::runtime_error(std::string const&)", referenced from:
libebml::IOCallback::writeFully(void const*, unsigned long) in MobileVLCKit(IOCallback.o)
libebml::IOCallback::readFully(void*, unsigned long) in MobileVLCKit(IOCallback.o)
"std::basic_ios<char, std::char_traits<char> >::widen(char) const", referenced from:
dash::mpd::Representation::contextualize(unsigned long, std::string const&, adaptative::playlist::BaseSegmentTemplate const*) const in MobileVLCKit(libdash_plugin_la-Representation.o)
这在 cocoapod 和从此处下载的框架中都会发生:http://nightlies.videolan.org/build/ios/
此错误未在此处的示例项目中复制: http://feepk.net/2014/12/02/mobilevlckit-and-vlckit-part-1/
我已经检查了所有链接库和链接器标志,一切似乎都井井有条。想法?
最佳答案
我在查看他们帖子上的评论后发现了问题——部署目标必须设置为 6.1,因为 iOS 6.1 和 7.0 中使用的 C++ 运行时发生了变化。
我会把它留在这里以防其他人遇到这个问题。
如果您不想更改部署目标,您还可以添加一个空的 .mm 文件以强制 Xcode 与 C++ 链接(通过 here)
关于ios - 适用于 iOS 的 MobileVLCKit 无法构建(pod 和框架),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31010088/
在尝试归档我的项目时,我遇到了这个错误: ld: bitcode bundle could not be generated because '/Users//MobileVLCKit/MobileV
嗨,我正在尝试使用 MobileVLCKit。为此,我正在使用如下 cocoa 垫 pods 'MobileVLCKit' pod 'MobileVLCKit' 然后我编译我的项目它显示了很多错误下面
我想创建一个 CVPixelBuffer , 因为它需要 CGImageRef我用了[VLCThumbnailer fetchThumbnail]方法并崩溃了 "Assertion failed: (
我已经使用 MobileVLCKit 框架在 iOS 中实现了 MobileVLCKit。我有一个问题, 当我声明播放器@Interface 时,流媒体和语音运行良好。 #import @inte
我正在尝试根据此页面中的说明编译 MobileVLCKit: https://wiki.videolan.org/VLCKit/ 当我运行 ./buildMobileVLCKit.sh 它开始做一些事
我想使用 MobileVLCKit 在视频播放器应用程序中设置自定义用户代理。但我不确定如何在 3.3.16 版本中设置它。如果有人对此有经验,请告诉我。谢谢。 最佳答案 我找到了解决方案。 let
喜欢这个问题,但是是在 iOS 中。 Is there a way to get LibVlc loaded buffer percentage? 最佳答案 目前 VLCKit 中尚未实现此功能。它将
VLCMediaPlayer没有成员repeatMode,而VLCMediaListPlayer有重复模式。 我目前设置为 mediaPlayer.repeatMode = VLCRepeatMode
我正在尝试使用 iOS SDK 4.3 在 OS X Leopard 上构建 MobileVLC。 按照给定的说明,但是,构建在这里停止并失败:[info] Building contrib for
我正在尝试在我的应用程序中使用适用于 iOS 的 MobileVLCKit。我按照 @ Building the Framework for iOS 给出的步骤进行操作.我已在我的 Xcode 5 中
我正在使用 MobileVLCKit 从 Wowza RTMP 服务器流式传输视频和音频。同时我在使用VideoCore] 1将音频流式传输到 Wowza RTMP 服务器(我关闭了 VideoCor
我需要知道 iOS 项目中我的 MobileVLCKit.framework 的版本。 但是我在调用 VLCLibrary.version() 函数后得到了一个“0”值,谁能告诉我如何以编程方式获
我正在开发一个应用程序,显示流视频(通过 rtmp)。我已经开始为此使用 MobileVLCKit。我需要一个可以制作视频快照的功能。我试过内置函数 func saveVideoSnapsho
我遇到了一些无法在 iOS 上使用 MobileVLCKit 解决的问题 (MobileVLCKit-UniversalBinary-20160204-0547)。我使用的是 iOS9 和 Swift
该消息与这篇文章相同- MobileVLCKit iOS Camera roll video "VLC is unable to open the MRL" error 如何在应用程序中更改消息甚至
在我通过 pod 安装 MobileVLCKit 的 swift 项目中出现链接器错误。 Undefined symbols for architecture x86_64: "_OBJC_CLA
我知道我可以使用此选项关闭默认 MobileVLCKit 的错误警报:--extraintf= 但是我怎样才能捕获错误来处理它们呢?例如,我想在失败时重试连接... 我试过 -(void)mediaP
在我的项目中使用 MobileVLCKit 3.0.0 播放媒体。 各种类型的视频在iOS9&10上播放成功,但在iOS 11上视频可以听,但画面不显示,黑屏。 给出以下日志: 2017-09-18
一段时间以来,我一直在努力让 VLC 在我的 iOS 应用程序中运行。使用 Cocoapods,MobileVLCKit 被导入到我的项目中。当我现在运行该应用程序时,它编译没有问题。但是,当我包含
我在使用 MobileVLCKit 和 cocoapods 构建我的项目时遇到了一些困难。在不添加任何 VLCKit 代码的情况下,我在模拟器或设备上构建应用程序时遇到错误。 Pod 文件: plat
我是一名优秀的程序员,十分优秀!