Tommaso Piazza
Tommaso Piazza
@fabb Seems about right. I can't commit the time necessary to make this happen right now. Do you want to take a shot at it? I suggest to start by...
This sounds to me like a problem between the chair and the keyboard. I would rather add a `rome verify` command . It doesn't look like `carthage-verify` has enough information...
I'll have to check, there is probably an error in the CLI argument parsing options.
Can you elaborate on your Cartfile? What platforms are you uploading/downloading for? bcsymbolmaps ids are generated for all platforms. It's ok for them to be missing for the platforms you...
Thanks, I'll take a look asap
Here is my test: ``` $ rome upload Copied SwiftyBeaver.framework to: /Users/tmpz/Library/Caches/Rome/SwiftyBeaver/iOS/SwiftyBeaver.framework-1.8.4.zip Copied SwiftyBeaver.dSYM to: /Users/tmpz/Library/Caches/Rome/SwiftyBeaver/iOS/SwiftyBeaver.framework.dSYM-1.8.4.zip Copied 88613523-0EAB-3C9A-9736-35B126482970.bcsymbolmap to: /Users/tmpz/Library/Caches/Rome/SwiftyBeaver/iOS/88613523-0EAB-3C9A-9736-35B126482970.bcsymbolmap-1.8.4.zip Copied 562F46BA-CE46-3E6C-B48F-71C45F2165D7.bcsymbolmap to: /Users/tmpz/Library/Caches/Rome/SwiftyBeaver/iOS/562F46BA-CE46-3E6C-B48F-71C45F2165D7.bcsymbolmap-1.8.4.zip Copied KeychainSwift.framework to: /Users/tmpz/Library/Caches/Rome/keychain-swift/iOS/KeychainSwift.framework-19.0.0.zip Copied KeychainSwift.dSYM...
@jimmya maybe it's relate to the use of the engine. Can you try without and just with the local cache like I did?
@jimmya any idea?
Run before uploading `xcrun dwarfdump --uuid YourFramework.framework/YourFramework` Run on the uploaded copy `xcrun dwarfdump --uuid YourFramework.framework/YourFramework` Run on the downloaded copy `xcrun dwarfdump --uuid YourFramework.framework/YourFramework` all uuids should match. Repeat...
Your problem doesn't seem the same as @jimmya 's. What's you are seeing in perfectly normal, please see comment https://github.com/tmspzz/Rome/issues/178