Developer Articles
Articles and resources written for iOS, PHP and ASP.NET mobile and web developers. Comments are encouraged. Typically, these are problems we've encountered in development and solutions we've chosen to fix said problems.
| Subject | ||
|---|---|---|
| ld: warning: directory not found for option -L [X] |
How to fix Xcode error: ld: warning: directory not found for option -L [X] |
iOS / iPhone / iPad |
| While reading pngcrush caught libpng error: Read Error |
Here is how to fix the Xcode build warning: While reading [X] pngcrush caught libpng error: Read Error |
iOS / iPhone / iPad |
| Xcode Multiple build commands for output file |
Xcode throws the error, "Xcode Multiple build commands for output file" when the same file is listed more than once in the following place. |
iOS / iPhone / iPad |
| List of CIFilters available in iOS 5 |
Here is a list of CIFilters available on iOS 5.0.1 |
iOS / iPhone / iPad |
| UILongPressGestureRecognizer not getting called for multiple UIButtons |
UILongPressGestureRecognizer not getting called for multiple UIButtons? Try allocated a new UILongPressGestureRecognizer for each button! |
iOS / iPhone / iPad |
