要生成 .ios
資料夾需要的條件:
- 必須要用
pubspec.yaml
檔案,否則flutter pub get
也不能執行 - 在
pubspec.yaml
中,以下程式碼必須存在
module:
androidX: true
androidPackage: com.example.flutter_base_component
iosBundleIdentifier: com.example.flutterBaseComponent
複製程式碼
- 最坑人的地方是當前專案資料夾內不能存在與
.ios
幾乎同名的資料夾ios
, 如果存在,那麼生成的ios
資料夾中flutter
下缺少engine
資料夾。