The example works perfectly but in my app, this error comes up when trying to run the app:
SwiftFlutterSocialContentSharePlugin.swift:115:37: error: cannot infer contextual base in reference to member 'automatic'
shareDialog.mode = .automatic
~^~~~~~~~~
Version: 1.0.2
iOS Simulator version: 15.0
Flutter doctor -v output:
[✓] Flutter (Channel stable, 2.5.3, on macOS 12.0.1 21A559 darwin-arm, locale en-US)
• Flutter version 2.5.3 at /Users/nabeelparkar/fvm/versions/stable
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 18116933e7 (6 weeks ago), 2021-10-15 10:46:35 -0700
• Engine revision d3ea636dc5
• Dart version 2.14.4
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
• Android SDK at /Users/nabeelparkar/Library/Android/sdk/
• Platform android-31, build-tools 31.0.0
• ANDROID_SDK_ROOT = /Users/nabeelparkar/Library/Android/sdk/
• Java binary at: /opt/homebrew/opt/openjdk@11/bin/java
• Java version OpenJDK Runtime Environment Homebrew (build 11.0.12+0)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 13.1, Build version 13A1030d
• CocoaPods version 1.11.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
[✓] IntelliJ IDEA Community Edition (version 2021.2.3)
• IntelliJ at /Applications/IntelliJ IDEA CE.app
• Flutter plugin version 62.0.3
• Dart plugin version 212.5632
[✓] VS Code (version 1.62.3)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.28.0
[✓] Connected device (2 available)
• iPhone 8 (mobile) • 57F977B3-B55C-49DB-ABC7-045BEC2C778F • ios • com.apple.CoreSimulator.SimRuntime.iOS-15-0 (simulator)
• Chrome (web) • chrome • web-javascript • Google Chrome 96.0.4664.55
! Doctor found issues in 1 category.
The example works perfectly but in my app, this error comes up when trying to run the app:
Version: 1.0.2
iOS Simulator version: 15.0
Flutter doctor -v output: