larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
162 stars 62 forks source link

error with OpenFLBackends!!! #97

Closed ghost closed 2 years ago

ghost commented 2 years ago

/usr/local/lib/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:20: characters 35-48 : openfl.utils.IAssetCache has no field getBitmapKeys (Suggestion: getBitmapData) /usr/local/lib/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:20: characters 15-50 : You can't iterate on a Dynamic value, please specify Iterator or Iterable /usr/local/lib/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:24: characters 35-46 : openfl.utils.IAssetCache has no field getFontKeys /usr/local/lib/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:24: characters 15-48 : You can't iterate on a Dynamic value, please specify Iterator or Iterable /usr/local/lib/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:28: characters 35-47 : openfl.utils.IAssetCache has no field getSoundKeys /usr/local/lib/haxe/lib/polymod/git/polymod/backends/OpenFLBackend.hx:28: characters 15-49 : You can't iterate on a Dynamic value, please specify Iterator or Iterable

this is the error i got when i tried to build for fnf

EliteMasterEric commented 2 years ago

Hey, I'll work on a fix in a bit but the issue is related to this PR: https://github.com/openfl/openfl/pull/2534