我们还在尝试,不过有个问题
https://developer.apple.com/forums/thread/774805?answerId\=826017022\#826017022
这篇文章里面说
I’ve read the post: An Apple Library Primer, and found: “Dynamic linker interposing is not documented as API. While it’s a useful technique for developer tools, do not use it in products you ship to end users.”, so I guess this tricky way is still not recommended.
In the end, I think the solution is either to raise the deployment target to iOS 17, or totally remove the usage of the std stuff in libc++1.dylib.
说明这个方法是没有办法在发布版本使用的,请问UE这块有办法在发布版本用吗?