Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. After unpacking, there are two fameworksthe following frameworks:

  • two frameworks in builds before 2.6.86
Code Block
languagebash
themeRDark
FPWCSApi2.framework
FPWCSApi2Swift.xcframework
  • three frameworks since build 2.6.86
Code Block
languagebash
themeRDark
FPWCSApi2.framework
FPWCSApi2Swift.xcframework
WebRTC.xcframework

5. Copy the unpacked frameworks to the sample folder

Code Block
languagejs
themeRDark
mkdir -p wcs-ios-sdk-samples/Frameworks
cp -R FPWCSApi2.framework FPWCSApi2Swift.xcframework WebRTC.xcframework wcs-ios-sdk-samples/Frameworks

6. As a result, we have got the sample folder with the framework (iOS SDK). Now we can start building.

Image RemovedImage Added

7. Run Cocoapods

...