Milen Halachev
Milen Halachev
If you are interested about a temporary workaround, while we wait for this to be implemented, you can do the following: 1. Build and run your app on a device...
No idea, but the solution is using method swizzling. You can check if [this](https://stackoverflow.com/questions/14127453/how-to-port-method-getimplementation-and-method-setimplementation-to-monotou) can help you.
@ikesyo What is the progress of this issue? Are there any directions for solving it?
@mdiep Any updates on this feature request?
@mdiep Just to clarify, from development perspective, the idea Is to change where binary depencies are downloaded - from a temporary directory to the checkout directory.
The topis is not about the build folder, but before that. Like github depencies - the are first checked out to the Checkout folder and then builded to the build...
If I understand this correctly, the suggested and accepted idea is to change the download folder, form a temporary directory, to a folder inside the Carthage working directory
Exactly. I'm talking about the binary dependencies downloads only. The copy to the build folder should continue working as expected. As @mdiep said: > Right now it's downloaded to a...
@blender @mdiep @ikesyo I'm trying to understand how to get access to the downloaded binary dependencies which are missing from the Carthage working directory. I've looked around and ended up...
I tought that this issue and #2449 are the same, because my expectations are that upon `carthage update —no-build` - binary depencies would be available at `Carthage/Checkout` folder. So I’m...