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
When running rome list --missing --platform iOS I see the framework which was just uploaded using custom-engine.
Steps which explain the enhancement or reproduce the bug
As a continuation of my post #218 (comment) I tried to run rome list --missing --platform iOS and the result is unexpected
Current behavior
$ rome list --missing --platform iOS
nantes 0.0.9 : -iOS
Suggested behavior
I would expect that this returns an empty list of missing frameworks
Why would the enhancement be useful to most users
We run carthage depending on the output of the previous command. With the current output, we end up re-building every time all the dependencies
Rome version:
0.23.2.63 - Romam uno die non fuisse conditam.
OS and version:
macOS 10.14.6 (18G4032)
EDIT
It seems that, when uploading/downloading frameworks, Rome appends Apple-Swift-version-5.1.3 to the file path, while it's not appending it when listing missing frameworks. Adding it manually works (using --cache-prefix)
The text was updated successfully, but these errors were encountered:
Enhancement Suggestion / Bug Report
When running
rome list --missing --platform iOS
I see the framework which was just uploaded using custom-engine.Steps which explain the enhancement or reproduce the bug
As a continuation of my post #218 (comment) I tried to run
rome list --missing --platform iOS
and the result is unexpectedCurrent behavior
Suggested behavior
I would expect that this returns an empty list of missing frameworks
Why would the enhancement be useful to most users
We run
carthage
depending on the output of the previous command. With the current output, we end up re-building every time all the dependenciesRome version:
0.23.2.63 - Romam uno die non fuisse conditam.
OS and version:
macOS 10.14.6 (18G4032)
EDIT
It seems that, when uploading/downloading frameworks, Rome appends
Apple-Swift-version-5.1.3
to the file path, while it's not appending it when listing missing frameworks. Adding it manually works (using --cache-prefix)The text was updated successfully, but these errors were encountered: