You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Further investigation needed.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: