Jeon Suyeol
Jeon Suyeol
I did refer https://github.com/rodionovd/SWRoute/wiki/Function-hooking-in-Swift . But the memory address keeps changing in Xcode 12 everytime I access to the function :(
This is not yet supported.
@ikesyo, could you please review this PR when you're available? Thanks! PS: I'm not sure why the test is failing. It fails just after rebasing `master`.
@mdiep, I'm curious why we should not rely on that function. I think unstable solution is better than no solution. Even we can offer this functionality as a beta (or...
You might be true if the `swift package generate-xcodeproj` is *definitely* unstable, but I can't understand why it is unstable :) Anyway, do you have any suggestion for adding Carthage...
@mdiep You mean the Xcode project from `Xcode.app` not by `swift package generate-xcodeproj`?
Hmm, I'm confused because you just said that `swift package generate-xcodeproj` is unstable so we should not rely on it. 🤔🤔🤔 Is there any difference between doing that on Carthage...
Thanks for your kind reply. I hope we could find a better solution 👍 Feel free to close or keep this PR open.
@mdiep, was there any updates on WWDC? :)
@mdiep, Sounds cool. I found that SPM generated project can cause a problem if the library has dependencies. I'll update this PR soon with more specific tests. Thanks!