-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
S3 Errors on Download: The specified key does not exist. #202
Comments
Are you sure these are not bcsymbolmap or dsyms? It’s normal for sumbolmaps to be missing. Can you please check the other similar issues? Can you share your Cartfile and Cartfile resolved? |
I'll paste the logs, hang on.
…On Wed, Oct 9, 2019, 19:30 Tommaso Piazza ***@***.***> wrote:
Are you sure these are not bcsymbolmap or dsyms? It’s normal for
sumbolmaps to be missing.
Can you please check the other similar issues?
Can you share your Cartfile and Cartfile resolved?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#202?email_source=notifications&email_token=ABDXETO4MS3OLWVAVVBWI3TQNZLQRA5CNFSM4I7FI7KKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAZUYWA#issuecomment-540232792>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDXETKD7WDSGXWGN7KWL53QNZLQRANCNFSM4I7FI7KA>
.
|
Cartfile:
Cartfile.resolved
|
Wait, I see a pattern here... the guys that are missing generate |
oops yeah, it's not that clear on the docs, but I can see how this can be an issue |
You need to write a "RepositoryMap" |
Yeah, I'll try to fix it |
And sorry, looks like it's the kind of obvious thing I should have spotted on the docs :( |
No problem, please try and if there are no further issues consider closing this one. |
@tmspzz one more question, though... what about repositories that generate multiple binaries? how do I handle those? |
add more names https://github.com/tmspzz/Rome#multiple-aliases |
awesome... |
@tmspzz After having lot's of issues with Carthage (the kind of ones that brought me to Rome, in the first place), the
Thing is, |
Also, the
|
If any of the names you have listed for customer-ios is missing, Rome will
report it as missing. I see you are listing TTTAttributedLabel is this a product of that workspace?
About the checksum, there is probably a difference between what’s in your version file and the binaries that’s are downloaded.
…Sent from my iPhone
On 12 Oct 2019, at 02:37, Eduardo Lourenço Pinto Neto ***@***.***> wrote:
Also, the --cache-builds on customer-ios gives me an invalid cache message when I run carthage bootstrap:
*** Invalid cache found for customer-ios because the binary checksum did not match, rebuilding with all downstream dependencies
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
|
Enhancement Suggestion / Bug Report
Rome uploads to S3 bucket seem to work fine, but I get a lot of errors when I try to download. Not sure if it's trying to download some files that were not uploaded due to architecture/platform specific build (and it shows as an error, but it's simply a file that was not uploaded) or if I'm missing some kind of bucket permission (I already have list, write and read permissions setup).
Steps which explain the enhancement or reproduce the bug
carthage update --plaform iOS --cache-builds
rome upload --platform iOS
. Seems to run fine, no errorsrome list --missing --platform iOS
. Show some dependencies that looked like uploaded fine in the last step.rm -rf Carthage
rome download --platform iOS
. Throws lots ofError: could not download <framework-name>: The specified key does not exist.
Rome version:
0.23.1.61
OS and version:
Mojave 10.14.6
The text was updated successfully, but these errors were encountered: