Skip to content

Flutter plugin, ios folder does not contain Runner.xcworkspace nor a Podfile #73640

@svprdga

Description

@svprdga

Steps to Reproduce

  1. In a Mac, download this repository: https://github.com/svprdga/async_preferences
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions