You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Gigya in Flutter for Authenticate user and I am getting the following error while installing pod using command "pod install":
Currently, I am using "gigya_flutter_plugin: ^1.0.9". I also tried upgrading and the downgrade version.
[!] Error installing Gigya
[!] /usr/bin/git clone https://github.com/SAP/gigya-swift-sdk.git /var/folders/_p/5tsv379n5z9460d_2rpt7kd00000gn/T/d20250121-19548-y3y6gu --template= --single-branch --depth 1 --branch core/v1.7.2
Cloning into '/var/folders/_p/5tsv379n5z9460d_2rpt7kd00000gn/T/d20250121-19548-y3y6gu'...
Note: switching to 'ea495b1e5036c70f0d4e20f007ec880c20a8463b'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'
Reproduction
Add library in pubspec.yaml and pub get
Go to the ios folder (cd ios)
Try to install pod (pod install), also tried pod update repo
Additional context
Flutter version and Xcode version:
[!] Flutter (Channel stable, 3.10.2, on macOS 14.5 23F79 darwin-arm64, locale en-IN)
• Flutter version 3.10.2 on channel stable at <DIRECTORY PATH>/.flutter
! Warning: `flutter` on your path resolves to<DIRECTORY PATH>/FlutterSDK/flutter/bin/flutter, which is not inside your current Flutter SDK checkout at
<DIRECTORY PATH>/.flutter. Consider adding <DIRECTORY PATH>/.flutter/bin to the front of your path.
! Warning: `dart` on your path resolves to <DIRECTORY PATH>/FlutterSDK/flutter/bin/dart, which is not inside your current Flutter SDK checkout at
<DIRECTORY PATH>/.flutter. Consider adding<DIRECTORY PATH>/.flutter/bin to the front of your path.
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 9cd3d0d9ff (1 year, 8 months ago), 2023-05-23 20:57:28 -0700
• Engine revision 90fa3ae28f
• Dart version 3.0.2
• DevTools version 2.23.1
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at <DIRECTORY PATH>/SDK/AndroidSDK/sdk/
• Platform android-35, build-tools 34.0.0
• ANDROID_HOME = <DIRECTORY PATH>/SDK/AndroidSDK/sdk/
• Java binary at: /Library/Java/JavaVirtualMachines/jdk-11.jdk/Contents/Home/bin/java
• Java version Java(TM) SE Runtime Environment 18.9 (build 11.0.20+9-LTS-256)
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 15F31d
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[!] Android Studio (version 2024.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
✗ Unable to find bundled Java version.
• Try updating or re-installing Android Studio.
[✓] Connected device (4 available)
• CPH2381 (mobile) • 36a99c4 • android-arm64 • Android 14 (API 34)
• iPhone 15 Pro (mobile) • 4739EEB3-208D-4505-9587-DA334C62B800 • ios • com.apple.CoreSimulator.SimRuntime.iOS-17-0 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 14.5 23F79 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 131.0.6778.265
[✓] Network resources
• All expected network resources are available.
! Doctor found issues in 3 categories.
SDK version
Flutter version 3.10.2 | Xcode 15.4
Android/iOS
iOS
The text was updated successfully, but these errors were encountered:
Checklist
Description
I am using Gigya in Flutter for Authenticate user and I am getting the following error while installing pod using command "pod install":
Currently, I am using "gigya_flutter_plugin: ^1.0.9". I also tried upgrading and the downgrade version.
Reproduction
Additional context
SDK version
Flutter version 3.10.2 | Xcode 15.4
Android/iOS
iOS
The text was updated successfully, but these errors were encountered: