Hello, I'm facing an issues when trying to copy re...
# moko
v
Hello, I'm facing an issues when trying to copy resources to XCFramework. I added a build phase to Xcode based on this, but immediately as the gradle task runs, it deletes the
build/XCFrameworks
directory and it fails with
specifies directory '<...>/build/XCFrameworks' which doesn't exist
. I'm sure it is there before the task runs and that the path is correct.
a
whet path to xcframeworks will be after
assembleXCFramework
run?
v
I'm not sure what you mean by that?
a
run gradle task
assembleXCFramework
and check in
build
gradle where located xcframeworks
v
It is in the correct directory. I've filmed the mysterious disappearance, see XCFrameworks on the right
I've just manually ran the command that is run by the xcode build phase. With the variables exported like Xcode
a
v
🤔 The only real difference I see is that I'm using kotlin 1.9, could that be an issue? Android builds work fine and I'm able to use MR tho 😄
a
create please small sample project where this issue can be reproduced and send it to me, i will check