Cocos2DXNA / cocos2d-xna

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

Missing GamerServices (MacOS) #423

Closed kamstrup closed 10 years ago

kamstrup commented 10 years ago

/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 namespaceMicrosoft.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.

totallyeviljake commented 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.

totallyeviljake commented 10 years ago

the tests should all compile now.