Swiftpack.co - cbajapan/fusion-live-assist-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by cbajapan.
cbajapan/fusion-live-assist-sdk v1.64.13-beta1
Live Assist SDK
⭐️ 0
🕓 24 weeks ago
iOS
.package(url: "https://github.com/cbajapan/fusion-live-assist-sdk.git", from: "v1.64.13-beta1")

AssistSDK

Swift Package Manager

1. In your Xcode Project, select File > Swift Packages > Add Package Dependency.
2. Follow the prompts using the URL for this repository
3. Choose which version you would like to checkout(i.e. 1.64.6)

CocoaPods

In order to use our CocoaPod, please follow the following instructions.

  1. Navigate to your project
  2. Run pod init
  3. Run open -a Xcode Podfile
  4. Edit the Podfile as indicated below
source 'https://github.com/cbajapan/fusion-live-assist-sdk'

target 'LiveAssistDemo' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for LiveAssistDemo
pod 'ACBClientSDK', '~> 3.4.6'
pod 'WebRTC', '~> 90.0.0'
pod 'AssistSDK', '~> 1.64.13'
end
  1. Close the Podfile
  2. Run pod install
  3. You will now use the .xcworkspace instead of .xcodeproj as a project source.

NOTE: If you have trouble installing or updating the CocoaPod, you may have an issue with the local pod repo.

If that is the case, please try running the following Pod Commands

sudo rm -rf ~/.cocoapods/repos/cbajapan-fusion-live-assist-sdk
pod setup
pod install

Afterwards, you can run the install or update command again

pod install

Note

Starting in LASDK version 1.64.10, we’ve switched to a dynamic framework, the import mechanism needs to change. Please import the SDK accordingly.

@import AssistSDK;

GitHub

link
Stars: 0
Last commit: 23 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

1.64.13-beta1
24 weeks ago

VOIP Socket Fix

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics