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的文件訪問權限。

