You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason Rome is looking for wrong version of the framework
Steps which explain the enhancement or reproduce the bug
carthage-rome.sh
#!/bin/bash
rome download --platform iOS # download missing frameworks (or copy from local cache)
carthage update --platform iOS --cache-builds # build dependencies missing a .version file or that where not found in the cache
rome list --missing --platform iOS | awk '{print $1}' | xargs -I {} rome upload "{}" --platform iOS # upload what is missing
It messes up the versions of SwiftEntryKit and QuickLayout and tries to reupload them to Cache every time but does it incorrectly.
Here is the output of running carthage-rome.sh:
downloading rome cache
Found FIRAnalyticsConnector in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FIRAnalyticsConnector.framework-6.21.0.zip
Found Firebase in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/Firebase.framework-6.21.0.zip
Found FirebaseAnalytics in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseAnalytics.framework-6.21.0.zip
Found FirebaseCore in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseCore.framework-6.21.0.zip
Found FirebaseCoreDiagnostics in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseCoreDiagnostics.framework-6.21.0.zip
Found FirebaseInstallations in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseInstallations.framework-6.21.0.zip
Found GoogleAppMeasurement in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleAppMeasurement.framework-6.21.0.zip
Found GoogleDataTransport in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleDataTransport.framework-6.21.0.zip
Found GoogleDataTransportCCTSupport in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleDataTransportCCTSupport.framework-6.21.0.zip
Found GoogleUtilities in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleUtilities.framework-6.21.0.zip
Found nanopb in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/nanopb.framework-6.21.0.zip
Found PromisesObjC in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/PromisesObjC.framework-6.21.0.zip
Found FirebaseCrashlytics in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseCrashlyticsBinary/iOS/FirebaseCrashlytics.framework-6.21.0.zip
Found Alamofire in local cache at: /Users/Aidar/Library/Caches/Rome/Alamofire/iOS/Alamofire.framework-5.1.0.zip
Found SVProgressHUD in local cache at: /Users/Aidar/Library/Caches/Rome/SVProgressHUD/iOS/SVProgressHUD.framework-2.2.5.zip
Found DeviceKit in local cache at: /Users/Aidar/Library/Caches/Rome/DeviceKit/iOS/DeviceKit.framework-2.3.0.zip
Found Promises in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/Promises.framework-1.2.8.zip
Found FBLPromises in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/FBLPromises.framework-1.2.8.zip
Found IQKeyboardManager in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManager.framework-v6.5.5.zip
Found IQKeyboardManagerSwift in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManagerSwift.framework-v6.5.5.zip
Found SwiftEntryKit in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/SwiftEntryKit.framework-1.2.3.zip
Found QuickLayout in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework-1.2.3.zip
Found KeychainAccess in local cache at: /Users/Aidar/Library/Caches/Rome/KeychainAccess/iOS/KeychainAccess.framework-v4.1.0.zip
Error: could not find Alamofire.30FA214C-6DEB-358C-87CE-449B4DF433F5.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/Alamofire/iOS/30FA214C-6DEB-358C-87CE-449B4DF433F5.bcsymbolmap-5.1.0.zip
Error: could not find Alamofire.C79BA79B-3CAF-383A-A95C-74C4C855BDE3.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/Alamofire/iOS/C79BA79B-3CAF-383A-A95C-74C4C855BDE3.bcsymbolmap-5.1.0.zip
Found Alamofire.F9AB6170-38DF-33E3-8A13-33091056A7C8.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/Alamofire/iOS/Alamofire.framework-5.1.0.zip
Found Alamofire.980E5245-447F-3F06-B9DD-1FDF32087A5E.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/Alamofire/iOS/Alamofire.framework-5.1.0.zip
Error: could not find SVProgressHUD.4465064B-6E84-30E3-BBAE-FE97553AF4C4.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SVProgressHUD/iOS/4465064B-6E84-30E3-BBAE-FE97553AF4C4.bcsymbolmap-2.2.5.zip
Error: could not find SVProgressHUD.18076915-2221-3219-8BB5-C21BC23C6BC0.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SVProgressHUD/iOS/18076915-2221-3219-8BB5-C21BC23C6BC0.bcsymbolmap-2.2.5.zip
Found SVProgressHUD.2024A781-D87E-3C86-8F5D-10B8CDB3CD22.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/SVProgressHUD/iOS/SVProgressHUD.framework-2.2.5.zip
Found SVProgressHUD.BA07F5B8-3DBA-3C4C-952B-73DCA52A5BD5.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/SVProgressHUD/iOS/SVProgressHUD.framework-2.2.5.zip
Error: could not find DeviceKit.3E14342F-9510-33DF-B7C0-3BBAE1DA2294.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/DeviceKit/iOS/3E14342F-9510-33DF-B7C0-3BBAE1DA2294.bcsymbolmap-2.3.0.zip
Error: could not find DeviceKit.27C44901-CD28-37A3-A02A-AFCE5DB5F302.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/DeviceKit/iOS/27C44901-CD28-37A3-A02A-AFCE5DB5F302.bcsymbolmap-2.3.0.zip
Found DeviceKit.3C119847-B755-3C68-B1FB-2407D532898A.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/DeviceKit/iOS/DeviceKit.framework-2.3.0.zip
Found DeviceKit.1F1D92A7-E59F-328C-8714-2F896DEE45F7.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/DeviceKit/iOS/DeviceKit.framework-2.3.0.zip
Error: could not find Promises.A2A9E979-B1EF-3818-B75E-354A4B06C698.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/promises/iOS/A2A9E979-B1EF-3818-B75E-354A4B06C698.bcsymbolmap-1.2.8.zip
Error: could not find Promises.980E3519-7EDE-3289-83AA-D00636CA1576.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/promises/iOS/980E3519-7EDE-3289-83AA-D00636CA1576.bcsymbolmap-1.2.8.zip
Found Promises.48369878-5F5F-31FA-BC6E-FA14EC3A95C5.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/Promises.framework-1.2.8.zip
Found Promises.09879AD7-65ED-3951-A3B4-00504AB43BD1.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/Promises.framework-1.2.8.zip
Error: could not find FBLPromises.FA1FBC70-7538-3FC8-9747-F7052B509B7E.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/promises/iOS/FA1FBC70-7538-3FC8-9747-F7052B509B7E.bcsymbolmap-1.2.8.zip
Error: could not find FBLPromises.FEC0047C-2FAD-3A95-AA7F-62C6CDABBB32.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/promises/iOS/FEC0047C-2FAD-3A95-AA7F-62C6CDABBB32.bcsymbolmap-1.2.8.zip
Found FBLPromises.AE1958F6-571B-3BC0-AA08-6FCAC25C78DC.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/FBLPromises.framework-1.2.8.zip
Found FBLPromises.D3861F30-7880-3FB9-A6EE-4223484F0E9A.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/FBLPromises.framework-1.2.8.zip
Error: could not find IQKeyboardManager.8E6B5F3D-43A6-39E6-AE9B-8105562DB687.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/8E6B5F3D-43A6-39E6-AE9B-8105562DB687.bcsymbolmap-v6.5.5.zip
Error: could not find IQKeyboardManager.2BAC9E95-8545-3F0D-BD5C-7354DFF4555D.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/2BAC9E95-8545-3F0D-BD5C-7354DFF4555D.bcsymbolmap-v6.5.5.zip
Found IQKeyboardManager.8B2F90CC-4ACE-3369-A815-8AC62FD3BA15.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManager.framework-v6.5.5.zip
Found IQKeyboardManager.7A81CDBB-6AB3-3793-8341-F2C3404C1A1B.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManager.framework-v6.5.5.zip
Error: could not find IQKeyboardManagerSwift.00263312-27F2-3694-A89C-458CE6290CEA.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/00263312-27F2-3694-A89C-458CE6290CEA.bcsymbolmap-v6.5.5.zip
Error: could not find IQKeyboardManagerSwift.8D6A1C41-4C31-3713-B6FE-C5844B4FA3B0.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/8D6A1C41-4C31-3713-B6FE-C5844B4FA3B0.bcsymbolmap-v6.5.5.zip
Found IQKeyboardManagerSwift.B1B3D2C9-237B-3140-A325-90952455F512.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManagerSwift.framework-v6.5.5.zip
Found IQKeyboardManagerSwift.F9EB2662-D06D-3BDA-B75F-212666C55435.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManagerSwift.framework-v6.5.5.zip
Error: could not find QuickLayout.3D59B1D1-4A4B-3512-A8F3-F33D7BBD32AC.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/3D59B1D1-4A4B-3512-A8F3-F33D7BBD32AC.bcsymbolmap-3.0.0.zip
Error: could not find QuickLayout.6B17E175-9266-33B3-850B-9EF2421FC611.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/6B17E175-9266-33B3-850B-9EF2421FC611.bcsymbolmap-3.0.0.zip
Error: could not find QuickLayout.13BE5EB3-A5C0-341F-9064-E96347E0F4E2.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/13BE5EB3-A5C0-341F-9064-E96347E0F4E2.bcsymbolmap-3.0.0.zip
Error: could not find QuickLayout.437B150A-A998-327E-B9E3-022338E1617B.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/437B150A-A998-327E-B9E3-022338E1617B.bcsymbolmap-3.0.0.zip
Error: could not find SwiftEntryKit.51443926-E10A-32BA-83E7-F6C5F929D18C.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/51443926-E10A-32BA-83E7-F6C5F929D18C.bcsymbolmap-1.2.3.zip
Error: could not find SwiftEntryKit.D1034407-E459-3422-8D13-0152C468BACB.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/D1034407-E459-3422-8D13-0152C468BACB.bcsymbolmap-1.2.3.zip
Found SwiftEntryKit.2083BC9B-A797-3656-B353-A804439267B2.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/SwiftEntryKit.framework-1.2.3.zip
Found SwiftEntryKit.3959A778-D29F-3A73-9068-CA996BF8768A.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/SwiftEntryKit.framework-1.2.3.zip
Error: could not find QuickLayout.3D59B1D1-4A4B-3512-A8F3-F33D7BBD32AC.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/3D59B1D1-4A4B-3512-A8F3-F33D7BBD32AC.bcsymbolmap-1.2.3.zip
Error: could not find QuickLayout.6B17E175-9266-33B3-850B-9EF2421FC611.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/6B17E175-9266-33B3-850B-9EF2421FC611.bcsymbolmap-1.2.3.zip
Found QuickLayout.13BE5EB3-A5C0-341F-9064-E96347E0F4E2.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework-1.2.3.zip
Found QuickLayout.437B150A-A998-327E-B9E3-022338E1617B.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework-1.2.3.zip
Error: could not find KeychainAccess.F73CD643-B8F4-30B9-9DC0-0EF55FCE9CE5.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/KeychainAccess/iOS/F73CD643-B8F4-30B9-9DC0-0EF55FCE9CE5.bcsymbolmap-v4.1.0.zip
Error: could not find KeychainAccess.6F5BFA24-604E-320C-837D-0FDF98E9D527.bcsymbolmap in local cache at : /Users/Aidar/Library/Caches/Rome/KeychainAccess/iOS/6F5BFA24-604E-320C-837D-0FDF98E9D527.bcsymbolmap-v4.1.0.zip
Found KeychainAccess.BFE5170F-2427-331A-8DC0-066882695188.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/KeychainAccess/iOS/KeychainAccess.framework-v4.1.0.zip
Found KeychainAccess.39AFD243-F899-3204-BE74-B6B75FA14FF9.bcsymbolmap in local cache at: /Users/Aidar/Library/Caches/Rome/KeychainAccess/iOS/KeychainAccess.framework-v4.1.0.zip
Found Alamofire.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/Alamofire/iOS/Alamofire.framework.dSYM-5.1.0.zip
Found SVProgressHUD.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/SVProgressHUD/iOS/SVProgressHUD.framework.dSYM-2.2.5.zip
Found DeviceKit.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/DeviceKit/iOS/DeviceKit.framework.dSYM-2.3.0.zip
Found Promises.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/Promises.framework.dSYM-1.2.8.zip
Found FBLPromises.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/promises/iOS/FBLPromises.framework.dSYM-1.2.8.zip
Found IQKeyboardManager.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManager.framework.dSYM-v6.5.5.zip
Found IQKeyboardManagerSwift.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/iOS/IQKeyboardManagerSwift.framework.dSYM-v6.5.5.zip
Found SwiftEntryKit.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/SwiftEntryKit.framework.dSYM-1.2.3.zip
Found QuickLayout.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework.dSYM-1.2.3.zip
Found KeychainAccess.dSYM in local cache at: /Users/Aidar/Library/Caches/Rome/KeychainAccess/iOS/KeychainAccess.framework.dSYM-v4.1.0.zip
Error: could not find QuickLayout in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework-3.0.0.zip
Error: could not find FIRAnalyticsConnector.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FIRAnalyticsConnector.framework.dSYM-6.21.0.zip
Error: could not find Firebase.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/Firebase.framework.dSYM-6.21.0.zip
Error: could not find FirebaseAnalytics.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseAnalytics.framework.dSYM-6.21.0.zip
Error: could not find FirebaseCore.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseCore.framework.dSYM-6.21.0.zip
Error: could not find FirebaseCoreDiagnostics.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseCoreDiagnostics.framework.dSYM-6.21.0.zip
Error: could not find FirebaseInstallations.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/FirebaseInstallations.framework.dSYM-6.21.0.zip
Error: could not find GoogleAppMeasurement.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleAppMeasurement.framework.dSYM-6.21.0.zip
Error: could not find GoogleDataTransport.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleDataTransport.framework.dSYM-6.21.0.zip
Error: could not find GoogleDataTransportCCTSupport.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleDataTransportCCTSupport.framework.dSYM-6.21.0.zip
Error: could not find GoogleUtilities.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/GoogleUtilities.framework.dSYM-6.21.0.zip
Error: could not find nanopb.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/nanopb.framework.dSYM-6.21.0.zip
Error: could not find PromisesObjC.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/iOS/PromisesObjC.framework.dSYM-6.21.0.zip
Error: could not find FirebaseCrashlytics.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/FirebaseCrashlyticsBinary/iOS/FirebaseCrashlytics.framework.dSYM-6.21.0.zip
Error: could not find QuickLayout.dSYM in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework.dSYM-3.0.0.zip
Found .FirebaseAnalyticsBinary.version in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseAnalyticsBinary/.FirebaseAnalyticsBinary.version-6.21.0
Copied .FirebaseAnalyticsBinary.version to: Carthage/Build/.FirebaseAnalyticsBinary.version
Found .FirebaseCrashlyticsBinary.version in local cache at: /Users/Aidar/Library/Caches/Rome/FirebaseCrashlyticsBinary/.FirebaseCrashlyticsBinary.version-6.21.0
Copied .FirebaseCrashlyticsBinary.version to: Carthage/Build/.FirebaseCrashlyticsBinary.version
Found .Alamofire.version in local cache at: /Users/Aidar/Library/Caches/Rome/Alamofire/.Alamofire.version-5.1.0
Copied .Alamofire.version to: Carthage/Build/.Alamofire.version
Found .SVProgressHUD.version in local cache at: /Users/Aidar/Library/Caches/Rome/SVProgressHUD/.SVProgressHUD.version-2.2.5
Copied .SVProgressHUD.version to: Carthage/Build/.SVProgressHUD.version
Found .DeviceKit.version in local cache at: /Users/Aidar/Library/Caches/Rome/DeviceKit/.DeviceKit.version-2.3.0
Copied .DeviceKit.version to: Carthage/Build/.DeviceKit.version
Found .promises.version in local cache at: /Users/Aidar/Library/Caches/Rome/promises/.promises.version-1.2.8
Copied .promises.version to: Carthage/Build/.promises.version
Found .IQKeyboardManager.version in local cache at: /Users/Aidar/Library/Caches/Rome/IQKeyboardManager/.IQKeyboardManager.version-v6.5.5
Copied .IQKeyboardManager.version to: Carthage/Build/.IQKeyboardManager.version
Found .SwiftEntryKit.version in local cache at: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/.SwiftEntryKit.version-1.2.3
Copied .SwiftEntryKit.version to: Carthage/Build/.SwiftEntryKit.version
Found .KeychainAccess.version in local cache at: /Users/Aidar/Library/Caches/Rome/KeychainAccess/.KeychainAccess.version-v4.1.0
Copied .KeychainAccess.version to: Carthage/Build/.KeychainAccess.version
Error: could not find .SwiftEntryKit.version in local cache at : /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/.SwiftEntryKit.version-3.0.0
carthage update
*** Fetching SVProgressHUD
*** Fetching IQKeyboardManager
*** Downloading binary-only framework FirebaseCrashlyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseCrashlyticsBinary.json"
*** Downloading binary-only framework FirebaseAnalyticsBinary at "https://dl.google.com/dl/firebase/ios/carthage/FirebaseAnalyticsBinary.json"
*** Fetching SwiftEntryKit
*** Fetching Alamofire
*** Fetching DeviceKit
*** Fetching KeychainAccess
*** Fetching promises
*** Fetching QuickLayout
*** Checking out QuickLayout at "3.0.0"
*** Checking out KeychainAccess at "v4.1.0"
*** Checking out Alamofire at "5.1.0"
*** Checking out IQKeyboardManager at "v6.5.5"
*** Checking out promises at "1.2.8"
*** Checking out DeviceKit at "2.3.0"
*** Checking out SVProgressHUD at "2.2.5"
*** Checking out SwiftEntryKit at "1.2.3"
*** xcodebuild output can be found in /var/folders/ky/n82y_zq96b529cb2l85b17040000gn/T/carthage-xcodebuild.PKxQMw.log
*** Valid cache found for Alamofire, skipping build
*** Valid cache found for DeviceKit, skipping build
*** Valid cache found for FirebaseAnalyticsBinary, skipping build
*** Valid cache found for FirebaseCrashlyticsBinary, skipping build
*** Valid cache found for IQKeyboardManager, skipping build
*** Valid cache found for KeychainAccess, skipping build
*** Valid cache found for promises, skipping build
*** Valid cache found for QuickLayout, skipping build
*** Valid cache found for SVProgressHUD, skipping build
*** Valid cache found for SwiftEntryKit, skipping build
uploading rome cache
Copied SwiftEntryKit.framework to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/SwiftEntryKit.framework-1.2.3.zip
Copied SwiftEntryKit.dSYM to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/SwiftEntryKit.framework.dSYM-1.2.3.zip
Copied 2083BC9B-A797-3656-B353-A804439267B2.bcsymbolmap to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/2083BC9B-A797-3656-B353-A804439267B2.bcsymbolmap-1.2.3.zip
Copied 3959A778-D29F-3A73-9068-CA996BF8768A.bcsymbolmap to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/3959A778-D29F-3A73-9068-CA996BF8768A.bcsymbolmap-1.2.3.zip
Copied QuickLayout.framework to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework-1.2.3.zip
Copied QuickLayout.dSYM to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/QuickLayout.framework.dSYM-1.2.3.zip
Copied 13BE5EB3-A5C0-341F-9064-E96347E0F4E2.bcsymbolmap to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/13BE5EB3-A5C0-341F-9064-E96347E0F4E2.bcsymbolmap-1.2.3.zip
Copied 437B150A-A998-327E-B9E3-022338E1617B.bcsymbolmap to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/iOS/437B150A-A998-327E-B9E3-022338E1617B.bcsymbolmap-1.2.3.zip
Copied .SwiftEntryKit.version to: /Users/Aidar/Library/Caches/Rome/SwiftEntryKit/.SwiftEntryKit.version-1.2.3
Suggested behavior
It shouldn't do that obviosuly.
Rome version:
0.23.2.63 - Romam uno die non fuisse conditam.
OS and version:
macOS Mojave 10.14.5
The text was updated successfully, but these errors were encountered:
QuickLayout is not a product of SwiftEntryKit. Your Romefile is wrong. This is a problem on your side. You should not need an entry in the Romefile for neither.
If for some reason you want one the correct Romefile should be like so:
Bug Report
For some reason Rome is looking for wrong version of the framework
Steps which explain the enhancement or reproduce the bug
carthage-rome.sh
Cartfile contents:
Cartfile.resolved contents:
Romefile contents:
Current behavior
It messes up the versions of SwiftEntryKit and QuickLayout and tries to reupload them to Cache every time but does it incorrectly.
Here is the output of running
carthage-rome.sh
:Suggested behavior
It shouldn't do that obviosuly.
Rome version:
OS and version:
The text was updated successfully, but these errors were encountered: