flutter集成之后运行时报错没有<Flutter/Flutter.h>

flutter.framework中header文件夹,但是没有导入。

手动导入之后编辑运行报错

/Users/xxx/Documents/NgariDoctor/NgariDoctorRecipe/../../doctor_flutter/doctor_flutter_project/.ios/Flutter/flutter_export_environment.sh: line 8: inherited: command not found
Standalone embedder initialization failed: Error determining current directory: Operation not permitted

Command /bin/sh failed with exit code 255

如果是放在Docuemnts目录下,需要给xcode访问权限。

如果确定别的流程正确,检查下xcode的文件访问权限。

iOS集成Flutter遇到的问题。

 

相关文章:

  • 2021-07-18
  • 2021-09-30
  • 2021-08-08
  • 2021-10-28
  • 2021-12-02
  • 2022-01-07
  • 2021-08-08
  • 2021-06-05
猜你喜欢
  • 2021-04-19
  • 2022-12-23
  • 2022-01-13
  • 2021-07-20
  • 2021-05-21
  • 2021-09-01
  • 2022-12-23
相关资源
相似解决方案