Updated on 四月 4, 2019
解决Xcode编译iOS工程报Run custom shell script ‘Copy Pods Resources’ error
编译一pod工程报这错,解决方法是:
- Project’s Target
- Build Phases check for entries Check Pods Manifest.lock and Copy Pods Resources.
- Check option Run script only when installing if it has not selected.
Clean build & run again.
参考链接:
https://stackoverflow.com/questions/28080318/run-custom-shell-script-copy-pods-resources-error