I'm creating a plugin that needs to copy information from a folder. I am hosting the folder on GitHub. However, when the compiler tries to copy the file from the folder it gives an error:
Copy error: Error: Command failed: cp -r "https://github.com/myarea/AR-plugin/tree/main/VDARSDK.framework" "/var/lib/builder/builds/4b578bb6-f8eb-410e-bd26-20412ed06d6a/source/plugins/cordova-plugin-pixlive/vendor/PixLive/VDARSDK.framework"
cp: cannot stat ‘https://github.com/myarea/AR-plugin/tree/main/VDARSDK.framework’: No such file or directory
Error: Unable to copy VDARSDK.framework. Check the path of the PIXLIVE_SDK_IOS_LOCATION variable. Given: 'undefined'
What am I doing wrong?