flutter_packages icon indicating copy to clipboard operation
flutter_packages copied to clipboard

[ BUG ] : Update FBSdk version

Open kaun9144 opened this issue 10 months ago • 4 comments

Plugin name appinio_social_share 0.3.2

Describe the bug In my flutter i am using flutter_facebook_auth: ^7.1.1 package and appinio_social_share 0.3.2. Both have different FBSdk version on iOS platforms so during pod install it throws error due to non compatibility of versions.

kaun9144 avatar Feb 10 '25 14:02 kaun9144

I have the same problem.

I had to downgrade the version:

flutter_facebook_auth: 6.2.0

yelkamel avatar Feb 14 '25 10:02 yelkamel

Temporary fix to implement until an official fix appears:

  1. copy the plugin folder found in ios/.symlinks/plugins/appinio_social_share
  2. paste inside [flutter_app]/packages/
  3. point the version inside pubspec.yaml to packages/appinio_social_share
  4. modify inside that folder ios/appinio_social_share.podspec line 18 and 19 with 17.1.0

I hope it helps you.

thomqr avatar Feb 14 '25 18:02 thomqr

I had downgraded facebook auth plugIn to flutter_facebook_auth: 7.1.0 and it worked.

kaun9144 avatar Feb 17 '25 09:02 kaun9144

Temporary fix to implement until an official fix appears: copy the plugin folder found in ios/.symlinks/plugins/appinio_social_share, paste inside [flutter_app]/packages/, point the version inside pubspec.yaml to packages/appinio_social_share, modify inside that folder ios/appinio_social_share.podspec line 18 and 19 with 17.1.0, I hope it helps you.

thanks @thomqr this works on my end

dhave-webfuelagency avatar Jul 09 '25 12:07 dhave-webfuelagency