Open bummoblizard opened 1 month ago
replaceCommand calls no longer work when building with Xcode 16. Specifically @_cdecl no longer expose swift functions in a way that dlsym(RTLD_MAIN_ONLY, functionName.UTF8String); can find them.
replaceCommand
@_cdecl
dlsym(RTLD_MAIN_ONLY, functionName.UTF8String);
Further investigation needed.
replaceCommand
calls no longer work when building with Xcode 16. Specifically@_cdecl
no longer expose swift functions in a way thatdlsym(RTLD_MAIN_ONLY, functionName.UTF8String);
can find them.Further investigation needed.