Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
FPWCSApi2.framework
FPWCSApi2Swift.frameworkxcframework


5. Copy the unpacked frameworks to the sample folder

Code Block
languagejs
themeRDark
cp -R FPWCSApi2.framework FPWCSApi2Swift.frameworkxcframework wcs-ios-sdk-samples


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

...