flutter项目中,用xcode打开ios项目后,报错:
No such module 'Flutter'
需要自己到flutter项目根目录下生成flutter.xcframework,导入到ios项目中,命令如下:
flutter build ios-framework --no-debug --no-profile --release --output=xcframework
参考:https://www.jianshu.com/p/b4fb146cc899
flutter项目中,用xcode打开ios项目后,报错:
No such module 'Flutter'
需要自己到flutter项目根目录下生成flutter.xcframework,导入到ios项目中,命令如下:
flutter build ios-framework --no-debug --no-profile --release --output=xcframework
参考:https://www.jianshu.com/p/b4fb146cc899