llfbandit / app_links

Android App Links, Deep Links, iOs Universal Links and Custom URL schemes handler for Flutter.
https://pub.dev/packages/app_links
Apache License 2.0
176 stars 68 forks source link

app_links: 3.4.0 No podspec found for macOS #37

Closed pro100andrey closed 1 year ago

pro100andrey commented 1 year ago
//pubspec.yaml file

dependencies:
  app_links: ^3.4.0

How to reproduce:

cd  macos
rm Podfile.lock
pod install --repo-update

Result:

[!] No podspec found for app_links in Flutter/ephemeral/.symlinks/plugins/app_links/macOS

Thanks

llfbandit commented 1 year ago

Sorry for that, it should now be fixed in master. Can you give it a try before publication?

dbrdz commented 1 year ago

I was having this same problem, the problem is not present in master. Thank you!

pro100andrey commented 1 year ago

Hi @llfbandit, thanks for quick response!

After connect master:

app_links: 
    git:
      url: "https://github.com/llfbandit/app_links"
      path: app_links

this issue can't reproduce.

Thanks!

llfbandit commented 1 year ago

The fix is now available in version 3.4.1. Many thanks for the report and feedback to all of you!