-
Notifications
You must be signed in to change notification settings - Fork 22
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
using SPM version 5.2.1 failing on appCenter #243
Comments
I see the same issue, with 5.2.0 version |
but in CI like appCenter 5.2.0 works normally in local Xcode and hosted appCenter one the issue persists starting from 5.2.1 |
Seeing the same issue, following this and hopefully it'll help! |
Same issue here! Very frustrating. |
@chpatelv I see that you deleted the |
Hello folks, apologies for the delayed response to this issue. This was an artifact of evaluating updates to our release pipeline. As @paynerc pointed out, we did not remove a tag produced during this testing, which caused Xcode projects in which SPM is configured to grab the latest (minor) version to pull down an invalid manifest. This was MY mistake, and the tag has now been removed. Therefore, even without the fix provided by @camposbrunocampos, your projects should now be pulling down 5.2.1 as the latest. If your local Xcode project doesn't resolve this immediately, use File -> Packages -> Reset Package Caches I'm very sorry for the inconvenience this caused. |
this issue blocking CI tools from building
invalid URL scheme for binary target 'RELEASE_PACKAGE_NAME'; valid schemes are: 'https'fatalError in https://github.com/twilio/twilio-video-ios
xcodebuild: error: Could not resolve package dependencies
The text was updated successfully, but these errors were encountered: