-
Notifications
You must be signed in to change notification settings - Fork 29.3k
Closed
Description
Steps to Reproduce
- In a Mac, download this repository: https://github.com/svprdga/async_preferences
- Try to open the ios folder (the one in the plugin project, not the one in the example) in XCode.
Expected results:
- ios folder contains a Runner.xcworkspace file so the developer can open the ios project in XCode
Actual results:
- ios folder doesn't contain a Runner.xcworkspace nor a Podfile.
I have tried the following:
cd example && flutter run
cd example && flutter build ios --no-codesign
flutter create .
Remove ios folder and flutter create .
None of the above generated the required files in order to develop the native side of my plugin.
Thanks in advance.
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 1.22.5, on macOS 11.1 20C69 darwin-x64, locale es-ES)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.3)
[!] Android Studio (version 4.1)
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] VS Code (version 1.52.0)
[✓] Connected device (1 available)
! Doctor found issues in 1 category.
MurtadhaS
Metadata
Metadata
Assignees
Labels
No labels