My favorite software company (ok, I admit it, it’s my company) just released a great tool to keep your pin numbers, padlock numbers, alarm systems codes, door codes, etc.
iPhone Development
3 08 2009I have recently turned my attention towards iPhone development. I am building a set of modules to help me with some other projects. The first module I am building is a push server for messaging to the iPhone. I had to workout some quirks to get JSON integrated “properly” into my project. There are many posts out there about how to do this, but most of them use the simple method of copying the JSON files into your project. I don’t like this, it seems wrong and breaks the DRY principle.
So, to get it installed, follow the Option 2 in the json-framework install instructions, then reset the compiler to gcc 4.2 this is a key point, somehow adding the framework breaks this and you start getting all sorts of strange errors. Then finally you need to add the SDKs code signing resource rules ($(SDKROOT)/ResourceRules.plist) to the code signing resource rules path
Hope this helps!
Comments : Leave a Comment »
Tags: iphone, json, push
Categories : 1