-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
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
原生视角 #27
Comments
目前 我配置好flutter-boot环境 native和flutter都运行成功之后,推到远端,其他同事(电脑未安装flutter环境)拉下代码,运行出错,提示找不到flutter.framework路径 |
其他同事需要本地link下;目前软链部分不能通过代码版本管理工具来同步。 |
同步工具是git吗,如果是的话,本地init完成后,把gitignore文件内容贴一下 |
图我这里看不到,补充一下 .packages .idea/ *.swp DerivedData/ .generated/ *.pbxuser !default.pbxuser xcuserdata *.moved-aside *.pyc build/ .ios/Flutter/engine/.flutter-plugins iosandroid` 注释掉了 .ios/Flutter/engine/ 和ios |
ios的gitignore文件内 没有 fbConfig.local.json 这个么,还是主动去掉了 |
问题一: 原生视角是否需要安装flutter环境?(我理解是需要安装的)
问题二:一边配置好flutter-boot环境,其他同事(native开发的同事)拉下native代码和flutter_module 代码之后,需要首先安装flutter-boot ,然后执行link 命令关联native和flutter代码,之后pod install 之后开始编码,我说的这个流程是否正确?
望回复 谢谢!
The text was updated successfully, but these errors were encountered: