Lime help shows flash, but lime build flash fails

lime help shows flash as a valid target.
but running lime build flash fails:
Warning: Could not find template file: haxe
Warning: Could not find template file: flash/hxml

seems to me either it should not appear in help, or it should work. is there some secret trick?

(lime setup flash gives the less than helpful “No setup is required for flash, or it is not a valid target” which is really a confusing cop-out kind of message.)

What does you project.xml looks like?

The error makes me think you are missing <haxelib name="lime" />.

2 Likes

Yes! Thanks! There are so many ways these things have gone wrong in the past that I get lost trying to check everything. It wasn’t plugged in! :frowning: Thanks.