thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
3k stars 208 forks source link

Xcode 16 broke ios_system #1159

Open bummoblizard opened 1 month ago

bummoblizard commented 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.

Further investigation needed.