We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第一次跑这个项目的时候,跑不起来。报错信息如下:
CpResource assets /Users/jianghongwei/Library/Developer/Xcode/DerivedData/growth-gufomzqqbjiyjkcjreswkjeszukm/Build/Products/Debug-iphonesimulator/growth.app/assets cd /Users/jianghongwei/Documents/practice/growth/ios export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/jianghongwei/Documents/practice/growth/ios/assets /Users/jianghongwei/Library/Developer/Xcode/DerivedData/growth-gufomzqqbjiyjkcjreswkjeszukm/Build/Products/Debug-iphonesimulator/growth.app error: /Users/jianghongwei/Documents/practice/growth/ios/assets: No such file or directory
现在的解决方案是: 将 growth/assets 文件移到 growth/ios/assets 后就可以跑起来了
growth/assets
growth/ios/assets
The text was updated successfully, but these errors were encountered:
初次运行执行一下
./e2e/ios-package.sh
里面会复制 assets 到相应的目录,我更新一下文档
Sorry, something went wrong.
e1c7f5a
No branches or pull requests
第一次跑这个项目的时候,跑不起来。报错信息如下:
现在的解决方案是:
将
growth/assets
文件移到growth/ios/assets
后就可以跑起来了The text was updated successfully, but these errors were encountered: