xcode - 在 OS X 10.10 (Yosemite) 下编译 VLCKit

标签 xcode macos vlc osx-yosemite libvlc

我几天来一直在尝试在 OS X 10.10 (Yosemite)、Macbook Pro Retina 64 位环境、XCode 6.1 下编译 VLCKit

我尝试遵循所有这些指南:

尤其是最后一个看起来确实可行。我遵循了所有步骤,但是

xcodebuild -project VLCKit.xcodeproj -verbose -target "Make VLC" -configuration Release 

命令将会失败并显示

** BUILD FAILED **


The following build commands failed:
    PhaseScriptExecution make build/VLCKit.build/Release/Make\ VLC.build/Script-6337548010ED091D0072A0D9.sh
(1 failure)

这慢慢让我发疯。我应该怎样做才能使 VLCKit 在我的环境下工作?

真的非常感谢!

最佳答案

我也遇到过很多和你一样的问题。

重新开始并遵循这个人的解决方案;

Compile VLCKit on Mac OS 10.9

仅在 VLCKit.xcodeproj 的 pbxproj(又名,显示包内容)中将 os x(在 3 个位置设置为 10.6)替换为 10.9,我不确定这一步是否必要。

然后我在“Make VLC”时遇到了问题,我的错误与在 XCode 中查找 clang 4.2 有关,但现在我们有 clang 6.0;我发现通过禁用x265我最终能够编译;又名

args="--disable-x265 $args"添加到VLCKit文件夹中的Configure.sh中。

GL,让我知道发生了什么。

关于xcode - 在 OS X 10.10 (Yosemite) 下编译 VLCKit,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26704578/

相关文章:

xcode - 静态方法 'buildBlock'要求 'ToolbarItem<Void, Text>'符合 'View'

ios - Swift - Grand Central Dispatch 与 block /闭包

macos - 在 mac 上将 VS code 与 TFS 连接

javascript - 当 playlist.m3u8 文件不断更新时,如何播放 HLS 流?

linux - 如何在以文本模式运行的 Linux 服务器中通过 ssh 启动 vlc-nox?

android - 构建 VLC 时需要 NDKv8b 或更高版本

xcode - 在 Xcode 中复制捆绑资源时解析符号链接(symbolic link)

iphone - 尝试在 iOS 设备上运行应用程序时出现 Xcode 配置文件问题

macos - 如何在 Sublime Text 2 中启用 OS X cmd+ctrl+space 字符菜单?

macos - NSPopUpButton 的 SetAction 正在禁用我的 popUpButton