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
rome: Carthage/Build/RxBlocking.xcframework/ios-arm64_i386_x86_64-simulator/RxBlocking.framework/Modules/RxBlocking.swiftmodule/x86_64-apple-ios-simulator.swiftinterface: openBinaryFile: resource busy (file is locked)
Current behavior
it fails, as described above
Suggested behavior
it doesn't fail (i think it somehow connected with haskell io + possibly reading/writing some files twice??)
Why would the enhancement be useful to most users
as we more using xcframeworks – it might be handy to have fixed
Rome version:
rome --version
0.24.0.65 - Romam uno die non fuisse conditam.
OS and version:
MacOS 12.6 + M1 (arm64)
Darwin PJ2NJLJF24 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
Bug Report
using rome download
--concurrently
option with--use-xcframeworks
leads to io error: openBinaryFile: resource busy (file is locked)
Steps which explain the enhancement or reproduce the bug
pre-requisite: you have Cartfile with multiple dependencies (to benefit from "--concurrently" )
rome download --use-xcframeworks --cache-prefix my_prefix --romefile ../Romefile
Current behavior
it fails, as described above
Suggested behavior
it doesn't fail (i think it somehow connected with haskell io + possibly reading/writing some files twice??)
Why would the enhancement be useful to most users
as we more using xcframeworks – it might be handy to have fixed
Rome version:
rome --version
0.24.0.65 - Romam uno die non fuisse conditam.
OS and version:
MacOS 12.6 + M1 (arm64)
Darwin PJ2NJLJF24 21.6.0 Darwin Kernel Version 21.6.0: Mon Aug 22 20:19:52 PDT 2022; root:xnu-8020.140.49~2/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: