Skip to content

Latest commit

 

History

History

Prj-iOS

Run

开发环境

  • 开发工具:Xcode13
  • 运行环境:iOS 11.0 以上真机运行
  • 开发语言:Objective-C、Swift

编译

  1. 使用 Xcode 打开Live_All.xcworkspace,真机运行;
  2. 将以下两个.cpp文件改为.mm
anyRTC-RTMP-OpenSource/ArLiveLite/ArLive2Engine.cpp
anyRTC-RTMP-OpenSource/ArLiveLite/PlatformImpl.cpp

如下图所示: icon_cpp

  1. 选择证书,选择真机设备,编译即可运行。

CocoaPods

# Uncomment the next line to define a global platform for your project
platform :ios,'11.0'

target ‘Your App Name’ do
  use_frameworks!
  pod 'ARLiveKit’
end

anyLive 体验地址

点击下载