EAGLView.h not found

I have cloned the github version and I have this error when I try to run:
EAGLView.h file not found

What could be the problem? Thanks.

Not run neither on simulator nor real device (on iOS).

I’ve done:

git clone https://github.com/cocos2d/cocos2d-x.git
(On develop branch)
git submodule init
git submodule update

And I have created the proyect with the command:
./create_project.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame

When I try to run the proyect, the error says:
EAGLView.h file not found

Any help, please? Thank you.

Now runs perfect!
https://github.com/cocos2d/cocos2d-x/pull/5271#issuecomment-33959312

Thank you Ricardo.

@Jon
thanks for reporting it :slight_smile: