您的位置:首页 > 运维架构

VideoPlayerKit makefile报错的解决方案

2016-03-16 11:42 288 查看

VideoPlayerKit(iOS 视频播放控件) (在iOS代码库中浏览本帖)

是一个自定义的iOS视频播放器控件,提供视频控制、进度栏和在线播放等其他标准播放器的功能,支持社交分享等功能。

附件:

VideoPlayerKit-master.zip
(81 K) 下载次数:4018
======================================

源代码下载地址:https://github.com/ign/VideoPlayerKit

官网说Download the github project and use the Makefile to gather all the pods require for VideoPlayerKit. Use the following command:Makecleansetup.

但是多次makefile发现缺少文件,总是没法通过终端编译过去。

所以索性将libpods.a删除掉。此时会报了9个错误,需要添加avfoundation.framework、mediaplayer.framwork、coremedia.framework、quartzcore.framework,再将build
pharse中的最后一个删除掉。即可编译通过。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: