我最近尝试在 haxe/lime 中进行开发,但有两件事让我感到害怕。1. 我尝试通过以下命令安装 Lime:
> haxelib install lime
haxelib run lime setup
它会自动在“c:/”中安装 Lime,我需要将文件移动到“lib”到 haxe 文件夹。
2.当我在 FD 中打开 Lime 项目时,出现此错误:
> Called from ? line 1
Called from CommandLineTools.hx line 995
Called from CommandLineTools.hx line 23
Called from CommandLineTools.hx line 108
Called from CommandLineTools.hx line 190
Called from platforms/FlashPlatform.hx line 91
Called from /usr/lib/haxe/std/neko/_std/sys/io/File.hx line 30
Uncaught exception - Invalid field access : __s
当我尝试构建项目时结束,我收到此错误:
> Warning: Could not find template file: flash/hxml
Warning: Could not find template file: flash/haxe
Fatal error: exception Failure("File not found bin/flash/haxe/release.hxml")
Build halted with errors (haxelib.exe).