XcodeTemplate-SketchPlugin
XcodeTemplate-SketchPlugin copied to clipboard
Build Fails if $SRCROOT has spaces in it.
Sketch Panel UI Build Fails if there is a space in path of source root.
The following script fails with error No such file or directory
# Copy .js to .framework/.js
cp ${SRCROOT}/${TARGET_NAME}/${TARGET_NAME}.js ${TARGET_BUILD_DIR}/${FULL_PRODUCT_NAME}/
Thanks for the report, will take a look!