简体   繁体   English

如何将VLC框架构建集成到我的项目中

[英]How to integrate VLC framework build to my project

I want to use VLCKit into my project, i followed this tutorial : 我想在我的项目中使用VLCKit,我遵循了本教程:

  • Clone http://code.videolan.org/videolan/VLCKit.git 克隆http://code.videolan.org/videolan/VLCKit.git
  • open your favorite terminal application such as Terminal.app or iTerm 2 and navigate to your checkout. 打开您喜欢的终端应用程序,例如Terminal.app或iTerm 2,然后导航到您的结帐。
  • execute ./buildMobileVLCKit.sh 执行./buildMobileVLCKit.sh
  • check -h for available options such as -s to compile for the simulator 检查-h以获取可用选项,例如-s以为模拟器编译
  • build as a static framework with device and simulator support: ./buildMobileVLCKit.sh -f 作为具有设备和模拟器支持的静态框架进行构建:./buildMobileVLCKit.sh -f

After those steps i got those files in the image bellow : 经过这些步骤后,我在波纹管中找到了这些文件:

在此处输入图片说明

How i can use those files into my project ?? 我如何将这些文件用于我的项目? Thank's in advance 提前致谢

Use cocoapods to easily integrate MobileVLCKit in your app. 使用cocoapods轻松将MobileVLCKit集成到您的应用程序中。 Just add pod "MobileVLCKit" in you podfile and you are good to go. 只需在您的podfile添加pod "MobileVLCKit" ,您podfile可以开始了。

使用静态框架,将其放入Xcodeproj,设置需要链接的正确系统框架,您应该一切顺利!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将Crashlytics集成到iOS框架项目中? - How to integrate Crashlytics into an iOS framework project? 如何在我的 iOS 项目中为模拟器和设备构建和集成 pjsip 2.5.5? - How to build and integrate pjsip 2.5.5 for both simulator and device in my iOS project? 哪个框架集成到我的项目中以使用Web服务 - which framework to integrate into my project to work with web-services Swift-如何使用将SwiftValidator集成到我的项目中 - Swift - How to use integrate SwiftValidator into my project 在构建项目时如何自动构建框架 - How to automatically build a framework when a project is built 如何在我的自定义swift框架中集成Firebase cocoaPod? - How do I Integrate the Firebase cocoaPods in my custom swift framework? 在Kony项目中集成IOS框架(目标C) - Integrate IOS Framework (Objective C) in Kony project 将Android项目集成到我的iOS项目中 - Integrate Android Project in my iOS project 如何在我的IOS项目中使用Mailcore框架? - How to use Mailcore framework in my IOS project? 我们如何将自定义框架集成到我自己的框架中。 这样我只会将我的框架提供给用户 - How can we integrate a custom framework into my own framework. So that i will give only my framework to the users
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM