所以我一直关注the answer here直到最后。当我尝试执行第二步时:
xcodebuild -project VLCKit.xcodeproj -verbose -target "Build just VLCKit" -configuration Release
我明白了:
以下构建命令失败: CompileC build / VLCKit.build / Release / Build \ just \ VLCKit.build/Objects-normal/x86_64/VLCMediaPlayer.o Sources / VLCMediaPlayer.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1失败)
这可能是什么?我找到了一些答案,但没有多大用处(大多数问题都发布在早期构建阶段的问题),几乎所有问题都与iOS / MobileVLC有关。我希望在OSX上使用VLCKit。
编辑:在回复第一条评论时,这可能是更准确的错误消息:
/ Users /.../ VLCKit / Sources / VLCMediaPlayer.m:794:60:错误:没有名为' b_menu'在 ' struct libvlc_title_description_t' @(titleInfo [Ⅰ] - > b_menu), ~~~~~~~~~~~~ ^
如果这没有帮助,请告诉我在哪里查找正确的错误消息。