haxenme / nme

A cross-platform native backend for Haxe projects
MIT License
479 stars 122 forks source link

ByteArray writeFile doesnt work on iOS #719

Open codeservice opened 1 year ago

codeservice commented 1 year ago

ByteArray -> writeFile -> nme_byte_array_overwrite_file doesnt work on iOS. I tried different way: sys.io.File -> saveBytes and this method works on iOS Maybe we should use this instead of custom NME method?