Open
Description
Starting with iOS 18.4 an app can no longer write into its own executable memory and flip permission RX->RW and back as a result of this we need to revive support for interpreting code in Flutter debug builds on iOS.
Issues that need resolution
- support for interpreting code in Flutter debug builds
- support for dart:ffi in the above mode
- address potential performance degradation that could result from interpreting byte codes.