Error on compiling for hxcpp target

Hello!

I create project PiratePig, but when I compile for iOS target, I have error:

My haxelib list:

This error appears on all new projects. But old projects with current haxelib runs successfully.

Please, help to solve this problem!

Thanks.

You cant compile the ios directly, use the xcode proyect creted under the bin file and use xcode to compile the generated code. I had some errors in the past with folder permisions, just edit the folder access to allow write.

Hmm, sounds like HXCPP libs are missing, perhaps?

Hm, I copied project.xml from old project and all works fine.