3

I'm using HaxeDevelop for an OpenFL project, and sometimes the project references are missing:

missing haxe, lime, openf libs

Any ideas on how I can fix this?

Gama11
  • 31,714
  • 9
  • 78
  • 100
siska
  • 31
  • 3

1 Answers1

2

This could very well be an instance of issue #1047. You can verify that by checking if the references appear when re-loading the project, as shown in the .gif included in the issue:

Gama11
  • 31,714
  • 9
  • 78
  • 100
  • Yes ! It seems to be exactly that ! That's ok for me ... It's definitely a workable 'fix'. Thanks for your help ! – siska Mar 05 '17 at 19:53