|
|
|
|
|
by blep-arsh
749 days ago
|
|
If I remember correctly: iOS is preventing apps from running any generated code that's not signed ahead of time (it's allowed for browsers specifically for JIT but not for IDEs, I believe); spawning processes and loading new dylibs is also forbidden so it's still very inconvenient. |
|