【发布时间】:2021-09-24 16:15:19
【问题描述】:
我正在创建一个需要从文件夹复制信息的插件。我在 GitHub 上托管该文件夹。但是,当编译器尝试从文件夹中复制文件时,它会报错:
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'
我做错了什么?
【问题讨论】: