jiveui / jive

A crossplatform UI framework for Haxe
Other
63 stars 8 forks source link

lime.project.MetaData not found #110

Open matthewswallace opened 8 years ago

matthewswallace commented 8 years ago

I forked Jive and running the latest "next" branch I get the following error when trying to run the following

haxelib run jive test ios

 - Detected host architecture: X64
 - Copying template file: /Users/matthew.wallace/Dropbox/dev/haxe/libs/jive//tem
plates/jive/gen.hxml -> Export/jive/gen.hxml
 - Copying template file: /Users/matthew.wallace/Dropbox/dev/haxe/libs/jive//tem
plates/jive/GenHx.hx -> Export/jive/GenHx.hx
 - Running command: haxe Export/jive/gen.hxml
/Users/matthew.wallace/Dropbox/dev/haxe/libs/jive/jive/hml/JiveAdapter.hx:5: cha
racters 7-28 : Type not found : lime.project.MetaData
Export/jive/GenHx.hx:3: lines 3-12 : Defined in this class
ngrebenshikov commented 8 years ago

Thanks for using it. The jive doesn't work with the last lime and openfl yet. You'll be appreciated if you could fix it.

RafaelOliveira commented 8 years ago

What version of OpenFL and Lime that work? This way we can see the differences.

matthewswallace commented 8 years ago

@ngrebenshikov what versions of openfl / lime does jive work with ?

ngrebenshikov commented 8 years ago

@matthewswallace Firstly what branch of Jive do you use? The next branch is not working yet. The master branch supports the last lime and openfl. But the master has different build process. You can take a look at demos/empty/buiild.sh

matthewswallace commented 7 years ago

@ngrebenshikov I'm using 0.0.2 but when I pull from github I use next branch