Tap-Payments / gosellSDK-Flutter

Flutter plugin for goSellSDK
MIT License
11 stars 24 forks source link

No podspec found for `go_sell_sdk_flutter_null_safe` in `.symlinks/plugins/go_sell_sdk_flutter_null_safe/ios` #40

Open wa11breaker opened 2 years ago

wa11breaker commented 2 years ago

When running pod install the following error is occurred No podspec found for go_sell_sdk_flutter_null_safe in .symlinks/plugins/go_sell_sdk_flutter_null_safe/iOS

I am using go_sell_sdk_flutter_null_safe: ^2.0.10 and set platform :ios, '11.0' on Podfile

flutter doctor Flutter 2.5.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 3595343e20 (8 weeks ago) • 2021-09-30 12:58:18 -0700 Engine • revision 6ac856380f Tools • Dart 2.14.3 akshayasok@Akshays-iMac ios % fvm flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.5.2, on Mac OS X 10.15.7 19H15 darwin-x64, locale en-IN) [✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, please use `flutter config --android-sdk` to update to that location. [✓] Xcode - develop for iOS and macOS [✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable. [!] Android Studio (not installed) [✓] VS Code (version 1.62.3) [!] Connected device ! No devices available ! Doctor found issues in 4 categories.
kareemTap commented 2 years ago

@wa11breaker Can you please upgrade to the latest version and let us know if your issue has been fixed?