pili-engineering / PLCameraStreamingKit

PLCameraStreamingKit 是 Pili 直播 SDK 的 iOS 推流端,是带有采集模块老版本 SDK。如果是新用户接入,建议使用 PLMediaStreamingKit。该版本支持 RTMP 推流,h.264 和 AAC 编码,硬编软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。
https://github.com/pili-engineering/PLMediaStreamingKit
Apache License 2.0
1.03k stars 254 forks source link

The 'Pods' target has transitive dependencies that include static binaries #124

Closed peiweichen closed 8 years ago

peiweichen commented 8 years ago
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'PLCameraStreamingKit', '~> 1.6.2'

after run pod install :

[!] The 'Pods' target has transitive dependencies that include static binaries: (/Users/peiwei/Documents/GitRepos/live/Pods/PLStreamingKit/Pod/Library/lib/libPLStreamingKit.a)

lawder commented 8 years ago

Please follow this guide: https://github.com/pili-engineering/PLCameraStreamingKit#Swift

peiweichen commented 8 years ago

谢谢你的帮助,但是 readme 配置工程配置到swift应该放在同一个地方