- Flutter运行iOS&Android问题
- 提示The document “XXX” could not b
- 提示The document “XXX” could not b
- Flutter:Application not configur
- maven异常:Could not calculate buil
- iOS -- Could not launch "xx" ,xx
- xcode,在真机上运行项目的时候,提示这个iOS -- Cou
- IOS中提示could not insert new actio
- Could not find the main bundle o
- 用 Flutter 打包 iOS 应用的一些细节知识
Could not build module “UIKit” 问题解决方法:
1、 /Users/(你自己的用户名)/Library/Developer/Xcode/DerivedData 目录下文件删除
2、设置 Allow Non-modular Includes In Framewark Modules 设置为YES
3、Library Search Paths,Header Header Paths 是否缺少第三方库的路径
4、改用真机调试 就不会发生这样的问题
一般走1-2步就可以成功
最后在执行一次重新构建项目
清除缓存
flutter clean
rm -Rf ios/Pods
rm -Rf ios/.symlinks
rm -Rf ios/Flutter/Flutter.framework
rm -Rf ios/Flutter/Flutter.podspec
cd ios
pod install
网友评论