Closed kamstrup closed 10 years ago
We are working on updating the project files and solutions to include the new library in MonoGame. They separated the Gamer Services into a separate library - MonoGame.Framework.Net. You can add that to your project and add a ref in cocos2d to that project. That will make it work for you.
the tests should all compile now.
/Users/kamstrup/cocos2d-xna/cocos2d/text_input_node/CCTextFieldTTF.cs(31,31): Error CS0234: The type or namespace name
GamerServices' does not exist in the namespace
Microsoft.Xna.Framework'. Are you missing an assembly reference? (CS0234) (cocos2d.MacOS)When trying to run the tests or any of the samples on my Mac I get the above error. cocos2d-xna checked out just now, same for all submodules. I followed the instructions in README plus running Protobuild.exe inside the MonoGame submodule.