Conditions required to generate.ios folders:
- Must use
pubspec.yaml
File, otherwiseflutter pub get
It can’t be implemented - in
pubspec.yaml
, the following code must exist
module:
androidX: true
androidPackage: com.example.flutter_base_component
iosBundleIdentifier: com.example.flutterBaseComponent
Copy the code
- The most annoying part is that the current project folder does not exist with
.ios
Folder with almost the same nameios
, if it exists, then generatedios
folderflutter
The lack ofengine
Folder.
- The easiest and least easy places to find:
yaml
The particularity of the file, if indented improperly, can not generate folders.