We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
6.1.0
Hello, This command npm install @capacitor-mlkit/barcode-scanning works fine but when I sync capacitor using npx cap sync, I get this error message :
npm install @capacitor-mlkit/barcode-scanning
npx cap sync
✖ update ios - failed! [error] Analyzing dependencies [!] CDN: trunk URL couldn't be downloaded: https://cdn.cocoapods.org/all_pods_versions_b_e_b.txt Response: URL using bad/illegal format or missing URL
Capacitor should sync correctly without any error message.
https://github.com/loic-parent/capacitor-mlkit-scanner-test
No response
Latest Dependencies: @capacitor/cli: 6.1.1 @capacitor/core: 6.1.1 @capacitor/android: 6.1.1 @capacitor/ios: 6.1.1 Installed Dependencies: @capacitor/android: not installed @capacitor/cli: 6.1.1 @capacitor/core: 6.1.1 @capacitor/ios: 6.1.1
The text was updated successfully, but these errors were encountered:
Hello,
I finally fix this following this guide.
So :
source 'https://github.com/CocoaPods/Specs.git'
/ios/App/Podfile.lock
/ios/App/
pod repo remove trunk
pod install
npx cap synx
So, It was an incompatibility with the version and config of Cocoapods. I close this ticket.
Sorry, something went wrong.
No branches or pull requests
Plugin(s)
Version
6.1.0
Platform(s)
Current behavior
Hello,
This command
npm install @capacitor-mlkit/barcode-scanning
works fine but when I sync capacitor usingnpx cap sync
, I get this error message :Expected behavior
Capacitor should sync correctly without any error message.
Reproduction
https://github.com/loic-parent/capacitor-mlkit-scanner-test
Steps to reproduce
Other information
No response
Capacitor doctor
Before submitting
The text was updated successfully, but these errors were encountered: