Skip to content
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

Getting "the specified key does not exist" after changing AWS access key #217

Closed
rouzbeh-abadi opened this issue Mar 11, 2020 · 4 comments
Closed

Comments

@rouzbeh-abadi
Copy link

Hello,
Recently I have a started working on a project that uses Carthage for rome for CI testing. Since i'm quite beginner in using Carthage and rome, I tried to use the initial configuration but after changing the AWS access code, everything gets broken.

Here is the carfile content:

github "TimOliver/TOCropViewController"

github "AliSoftware/OHHTTPStubs"

and Rome file:

cache:
s3Bucket: ios-assets

repositoryMap:
- Reachability.swift:
  - name: Reachability
- lottie-ios:
  - name: Lottie
- Bolts-ObjC:
  - name: Bolts
- UIColor-Hex-Swift:
  - name: HEXColor
- facebook-sdk-swift:
  - name: FacebookCore
  - name: FacebookLogin
  - name: FacebookShare
- facebook-ios-sdk:
  - name: FBSDKCoreKit
  - name: FBSDKLoginKit
  - name: FBSDKShareKit

I got the the error when I am trying to download packages

Steps which explain the enhancement or reproduce the bug

1- Generate the Xcode project 
2- carthage update --plaform iOS --cache-builds
3- rome upload --platform iOS. 

Seems to run fine, no errors

4- rome list --missing --platform iOS

shows zero dependencies

5- rm -rf Carthage
6- rome download --platform iOS

here is the output and you can see the error The specified key does not exist.

Downloaded OHHTTPStubs from: OHHTTPStubs/iOS/OHHTTPStubs.framework-9.0.0.zip
Downloaded OHHTTPStubs.dSYM from: OHHTTPStubs/iOS/OHHTTPStubs.framework.dSYM-9.0.0.zip
Downloaded OHHTTPStubs.9A952DA9-4C26-3A15-9419-A069B7D8777B.bcsymbolmap from: OHHTTPStubs/iOS/9A952DA9-4C26-3A15-9419-A069B7D8777B.bcsymbolmap-9.0.0.zip
Downloaded OHHTTPStubs.B5F9E3DA-F22D-368A-83C1-827A3627543B.bcsymbolmap from: OHHTTPStubs/iOS/B5F9E3DA-F22D-368A-83C1-827A3627543B.bcsymbolmap-9.0.0.zip
Error: could not download OHHTTPStubs.6FE81494-021A-3E93-8E20-5CFA09E5E4D4.bcsymbolmap : The specified key does not exist.
Error: could not download OHHTTPStubs.15B594F8-09E3-37AD-8D2D-DD8A289CB663.bcsymbolmap : The specified key does not exist.
Downloaded TOCropViewController from: TOCropViewController/iOS/TOCropViewController.framework-2.5.2.zip
Downloaded TOCropViewController.dSYM from: TOCropViewController/iOS/TOCropViewController.framework.dSYM-2.5.2.zip
Downloaded TOCropViewController.F31D2CA0-9778-3EE5-A374-4389E0F7AA9F.bcsymbolmap from: TOCropViewController/iOS/F31D2CA0-9778-3EE5-A374-4389E0F7AA9F.bcsymbolmap-2.5.2.zip
Downloaded TOCropViewController.E2ED19DC-6D9F-318F-BA80-96DF611D157C.bcsymbolmap from: TOCropViewController/iOS/E2ED19DC-6D9F-318F-BA80-96DF611D157C.bcsymbolmap-2.5.2.zip
Error: could not download TOCropViewController.B126D1B0-2470-3F5B-896B-3D7194119762.bcsymbolmap : The specified key does not exist.
Error: could not download TOCropViewController.A28B4D7C-E91F-3024-B761-23924ED458F0.bcsymbolmap : The specified key does not exist.
Downloaded .OHHTTPStubs.version from: OHHTTPStubs/.OHHTTPStubs.version-9.0.0
Copied .OHHTTPStubs.version to: Carthage/Build/.OHHTTPStubs.version
Downloaded .TOCropViewController.version from: TOCropViewController/.TOCropViewController.version-2.5.2
Copied .TOCropViewController.version to: Carthage/Build/.TOCropViewController.version

I will be appreciated if you can help me to fix this issue.
Thanks

Rome version:

0.23.2.63

OS and version:

macOS 10.15.3
@tmspzz
Copy link
Owner

tmspzz commented Mar 11, 2020

Those are not errors, you can ignore them

@tmspzz tmspzz closed this as completed Mar 11, 2020
@tmspzz
Copy link
Owner

tmspzz commented Mar 11, 2020

See: #209 & #109

@rouzbeh-abadi
Copy link
Author

Thank you very much for your response.

@tmspzz
Copy link
Owner

tmspzz commented Mar 11, 2020

Error: could not download OHHTTPStubs.6FE81494-021A-3E93-8E20-5CFA09E5E4D4.bcsymbolmap : The specified key does not exist.

This symbolmap does not exist because it's probably for a platform you don't build for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants