-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error with ios #11
Comments
arch -x86_64 pod install --repo-update : None of your spec sources contain a spec satisfying the dependency: You have either:
|
The Flutter instructions are missing a step
Note: You do not need to add the |
Make sure you copied the |
Our new version of the Flutter CaptureSDK is back on Github so you don't need the personal access token anymore and you can use directly the package as this in your dependencies: ... As the iOS CaptureSDK is also back on Github, you don't have to set the source of the Cocoapods repository on our private repository. Let us know if that works for you. |
hello
when i had added the capturesdk_flutter package :
capturesdk_flutter:
git:
url: https://oauth2:[email protected]/capture/flutter-capturesdk.git
version: ^1.5.19
i had a problem with ios :
[!] CocoaPods could not find compatible versions for pod "CaptureSDK":
In Podfile:
capturesdk_flutter (from
.symlinks/plugins/capturesdk_flutter/ios
) was resolved to 1.5.19, which depends onCaptureSDK (~> 1.9.59)
i have tried
pod install --repo-update
and did not worked
thank you in advance
The text was updated successfully, but these errors were encountered: