zoukankan      html  css  js  c++  java
  • 《iOS开发进阶》

    1. http://alcatraz.io/

    安装
    curl -fsSL https://raw.github.com/supermarin/Alcatraz/master/Scripts/install.sh | sh

    Uninstall

    Delete the plugin:

    rm -rf ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/Alcatraz.xcplugin

    Remove all cached data:

    rm -rf ~/Library/Application Support/Alcatraz

    2./////

    VLC for iOS 2.3.0   

    来源:http://www.cocoachina.com/bbs/read.php?tid-231898.html
     
     
    关于VLC配置问题,根据个人经验整理了一下,希望能帮到需要的朋友。


    官网链接:https://wiki.videolan.org/IOSCompile/

    百度云盘链接:http://pan.baidu.com/s/1bnEOXPH 密码:ur4l


    配置说明(百度云盘)


    官网按照说明操作就可以了只是下载的地址是个谷歌的什么网站,所以你懂得。


    百度云盘下载下来后需要配置下文件VLC/ios/External 这个文件夹下面有六个文件(快捷方式):MediaLibraryKit,MobileVLCKit,PLCrashReporter,QuincyKit,gtl,upnpx
    重新配置下这六个文件路径就可以用了,vlc源码是区分真机和模拟器的


    终端配置路径
    1、在终端进入External文件夹
    2、ln -s -f是终端修改文件路径的,关于终端命令不懂的朋友请百度,在此就不班门弄斧了。
    真机就用Release-iphoneos,模拟器就用Release-iphonesimulator


    ln -s -f /Users/stlink/Desktop/VLC/ios/ImportedSources/MediaLibraryKit/build/Release-iphoneos MediaLibraryKit 


    ln -s -f /Users/stlink/Desktop/VLC/ios/ImportedSources/VLCKit/build/Release-iphoneos MobileVLCKit


    ln -s -f /Users/stlink/Desktop/VLC/ios/ImportedSources/PLCrashReporter/build/Release-iphoneos PLCrashReporter 


    ln -s -f /Users/stlink/Desktop/VLC/ios/ImportedSources/QuincyKit/client/iOS/QuincyLib/build/Release-iphoneos QuincyKit 


    ln -s -f /Users/stlink/Desktop/VLC/ios/ImportedSources/GDrive/build/Release-iphoneos gtl 


    ln -s -f /Users/stlink/Desktop/VLC/ios/ImportedSources/upnpx/projects/xcode4/upnpx/build/Release-iphoneos upnpx



    3、路径正确的话就没问题了,ls -l 查看文件路径


    修改完成后就可以启动了VLC/iOS/VLC for iOS.xcodeproj


    注意:我有时候配置正确路径但是文件还是报错,这种情况的话解压重新搞吧,暂时不知道怎么处理。


    SimplePlayback
    这个是VLC在线播放的一个demo,路径:VLC/ios/ImportedSources/VLCKit/Examples_iOS/SimplePlayback


    项目直接拷贝出来不能用的,要配置下。
    libMobileVLCKit.a 这个demo用到这个静态库。静态库区分真机和模拟器的。静态库我不太懂怎么配置,搞了几次没搞定


    不过有另外的办法MobileVLCKit.framework这个不区分真机和模拟器的。
    路径:VLC/ios/ImportedSources/VLCKit/build


    注意:Deployment target 要低于7.0


    END


    最后希望能帮到需要的朋友,不懂得可以联系我,qq:527993842,加好友请说明谢谢,由于工作原因可能无法及时回复请见谅,而且我也是刚接触vlc。

  • 相关阅读:
    三、Gradle初级教程——Gradle除了签名打包还能配置jar包
    四、Android Studio使用——什么样的Project都能导入Studio
    二、Android Studio使用——导入jar包,运行、debug都不是问题
    android-studio安装过程详解
    一、Android Studio入门——Eclipse快捷键配置
    84、PullToRefresh使用详解
    ViewPagerindicator 源码解析
    83、android的消息处理机制(图+源码分析)——Looper,Handler,Message
    82、文字混动效果
    Bogart BogartPublic.vb
  • 原文地址:https://www.cnblogs.com/lee4519/p/4286850.html
Copyright © 2011-2022 走看看