Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No podspec found for uni_links3 in `.symlinks/plugins/uni_links3/ios #212

Open
kldMohammed opened this issue Nov 12, 2024 · 1 comment
Open

Comments

@kldMohammed
Copy link

Describe the bug
No podspec found for uni_links3 in `.symlinks/plugins/uni_links3/ios

used version
uni_links3: ^0.5.3

To Reproduce
Steps to reproduce the behavior:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.4, on macOS 15.0 24A335 darwin-arm64, locale en-SA)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc4)
[!] Xcode - develop for iOS and macOS (Xcode 16.0)
! iOS 18.0 Simulator not installed; this may be necessary for iOS and macOS development.
To download and install the platform, open Xcode, select Xcode > Settings > Platforms,
and click the GET button for the required platform.

  For more information, please visit:
    https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes

[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] Android Studio (version 2024.2)
[✓] IntelliJ IDEA Community Edition (version 2024.1.4)
[✓] VS Code (version 1.75.1)
[✓] Connected device (5 available)
[✓] Network resources

! Doctor found issues in 1 category.

Note I have iOS 17.0 Simulator and iOS 17.2 Simulator installed

Expected behavior
run and build for ios

@heenatech-0915
Copy link

Hi I faced the same issue i resolved using the below method
Go to this folder .symlinks/plugins/uni_links3/ios , you have file uni_links.podspec rename to uni_links3.podspec and inside this file also change s.name = 'uni_links3'.
after changing these pod install again it will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants