With these specs:
High Sierra 10.13.1
Xcode 9.1
and Stencyl 9301, 9520, and 9689
I was getting various errors saying that lime didn't have a command called "load". The newest extension version used openfl.Lib in place of lime.Lib. That still gave errors.
I opened Enhance.hx in a text editor and made the following changes:
At the beginning, change the import to:
import lime.system.CFFI;
Replace every "Lib.load" to "CFFI.load" (there are a bunch of lib.load's at the very end)
I just ran it to my ipad and got the "Well done!" message. So I guess that fixed it
