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
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
The text was updated successfully, but these errors were encountered:
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.
Describe the bug
No podspec found for
uni_links3
in `.symlinks/plugins/uni_links3/iosused 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.
[✓] 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
The text was updated successfully, but these errors were encountered: