Tommaso Piazza
Tommaso Piazza
if both: --use-xcframeworks --platform are specified on CLI, just stop right away with an error (that's already the case) In the functions (I know the design is suboptimal), pass a...
> another design idea would be to transform the type of the `Platform` to sum over either being that xcframeworks are in use, _or_ a list of platforms, but not...
> I just got a `createSymbolicLink: already exists (File exists)` error when integrating a package with `--use-xcframeworks`. They have a prebuilt [XCFramework](https://github.com/Adyen/adyen-3ds2-ios/tree/master/XCFramework/Dynamic/Adyen3DS2.xcframework) in their repo. The interesting thing about it...
Sounds good!
@prt2121 please go ahead :)
Thanks to @prt2121 - filterByName: Done - splitWithSeparator: Done
You can just run upload at the end and it will upload all frameworks. Rome does not keep state and it shouldn't. It only deals with the cache. It's up...
You can parse Carthage's output after the line `rebuilding all downstream dependencies` And pipe the names of the frameworks that have been rebuilt to Rome
Hi, I am not close to my computer at the moment. I will make a pre release on Monday. If you feel adventurous you can try to compile yourself. Instructions...
Did you run it with —optimistic ? Sent from my iPhone > On 1 Jun 2019, at 14:04, Oliver Atkinson wrote: > > Thanks for the pointer @blender - I...