Jamie Ly

Jamie Ly

Developer, student, person

Skip to content
  • Arts/Crafts
  • Programs
  • Writings
  • About

xcode

There are 5 posts tagged xcode.

Connect Four Objective-C Implementation

I’ve been doing more Objective-C development and have been looking into testing frameworks to use with my applications. One of these is called Frank. It allows for functional testing of native iOS apps via cucumber. Another testing framework I wanted to practice with is OCUnit, which is integrated into XCode. I decided to create another […]

in Programming | 98 Words

Cocos2d iOS Game: Balloon Burst

My employer gives us a week off for the holidays, so I’d been trying to decide what to do with all of the time. Although I originally didn’t want to work on any programming projects, I wound up working on a few. One of them was inspired by a play of the iOS game Train […]

in Libraries | 682 Words

Pathfinding – Hide and Seek Game

Intro For the last assignment for CIS564, we created a simple tag/hide-and-seek game using path-finding, and the behavioral steering from the last assignment. A* A* (A-star) is a path-finding algorithm which finds an optimal path between two nodes given a cost function which yields the distance from the start and a good heuristic estimating the […]

in School, Software | 832 Words

Behavioral Animation Project

My most recent assignment for the Game Design class I’m taking is to implement some behavioral animation steering behaviors. The task was to implement steering behaviors such as: seek, flee, separation, avoid, follow the leader, and flocking. We were provided a framework featuring Lenguin characters and a menu like this: and entry points to call […]

in Software | 344 Words

Invalid entitlements

I was having big issues deploying to an iPad from XCode tonight. There was an error concerning invalid entitlements. The executable was signed with invalid entitlements. The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. (0xE8008016) I was able to fix this by making sure […]

in Programming | 113 Words

Archives

Independent Publisher empowered by WordPress