Xcode 6.1 upgrade killed my ability to sign iOS apps. And how I fixed it

  So today I upgraded to Xcode 6.1 beta because I felt like having an afternoon of frustration.  After upgrading my OS version, purging my old copy of Xcode and installing the newest version, I load up an existing project and: [REDACTED]: no identity found Command /usr/bin/codesign failed with exit code 1 Ah, crap.   […]

Xcode 6.1 upgrade killed my ability to sign iOS apps. And how I fixed it Read More

Cocos2d-x Tutorial Series: Basic Sprites, Positioning, Parenting and Coordinate Systems

  Previous Part Table Of Contents Next Part   Now that we have Cocos2d-x installed and configured and our project created, we are going to take a look at basic graphics operations.  This tutorial assumes you ran through the prior part and created a project already.  I am going to assume you have a working […]

Cocos2d-x Tutorial Series: Basic Sprites, Positioning, Parenting and Coordinate Systems Read More

Scroll to Top