Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

MonoGame Project files #409

Closed Zambiorix closed 10 years ago

Zambiorix commented 10 years ago

Are the MonoGame project files missing in the repository?

I just made a fresh cocos2d-xna clone (including submodules) and when opening the iOS solution, I get an error that MonoGame project files for iOS cannot be found.

When checking the MonoGame/MonoGame.Framework folder, I noticed that all project files are missing. In an older clone they are where they are supposed to be..

kjpou1 commented 10 years ago

Hey @Zambiorix

You now need to generate the project files. On the MonoGame github ReadMe from here: https://github.com/mono/MonoGame you can see how to do that in the section Solutions & Projects.

Zambiorix commented 10 years ago

Thank you!