How to Get Rid of Security Policy Error

April 3rd, 2009

This week, after getting my new MBP, I was trying to deploy my new iPhone application to my testing device (iPhone 3G). After going through all code signing/provisioning issues I managed to deploy my app. However, when GDM tries to run it, I was getting an exception that says “Error from Debugger: Error launching remote program: Security policy Error“.

iPhone

32 Comments

Golden Rule of API Design

April 2nd, 2009

It’s not enough to write tests for an API you develop, you have to write unit tests for code which uses your API. When you do, you learn first-hand the hurdles that your users will have to overcome when they try to test their code independently.

Michael Feathers

Quotes

No Comments

Safari XML Plugin

March 15th, 2009

This week, I was working with some XML operations through browser. And I found an excellent plugin for Safari. As you already know, Safari doesn’t show XML files out-of-the-box. And this was something that really annoys me about Safari. Everytime I was forced to open Firefox when i need an XML view. Anyway, finally I found this nice plugin. It’s really nice, and better than stupid Firefox XML view :D

Developer Tools

1 Comment