Sync your iPhone a few times incorrectly and you may end up with a mass of stubborn photos that just won’t ‘delete after syncing’ to iPhoto.

–http://www.wirededucator.com/blog/2011/12/01/how-to-remove-a-mass-of-stubborn-photos-from-your-iphone/

How to Remove a Mass of Stubborn Photos from Your iPhone

It’s tip time!

Sync your iPhone a few times incorrectly and you may end up with a mass of stubborn photos that just won’t ‘delete after syncing’ to iPhoto.

Over time this could become a huge collection of photos gobbling up precious storage space on your device, and this juggernaut of photos becomes far too many to erase by hand. You would already have these photos in iTunes and when it asks if you want to delete after import it will never select these because they have already been imported. You’ll have identical photos in iPhoto and your phone, but you can’t get the pics off your phone.

Fix this with these steps:

  1. Open Image Capture
  2. Check “delete after import”
  3. Drag and drop all items to a folder
  4. Import into iPhoto, telling it to ignore duplicates
  5. Clean-up the now unneeded items

Source: wirededucator.com


Xcode 4.3 / 4.4, Archive Build, Strip Static Library Bug

Sometimes it can be quite useful to hide a static library inside another one to hide the details of the inner static library from an application. We successfully did this with the Urban Airship library, but were having problems in a specific situation where the application would crash on first access of a method defined


Strict Date Parsing Gotcha (12 Hour Clock Example)

Be careful when parsing dates from strings. According to Technical Q&A QA1480, dates are parsed depending on a user’s particular setup, e.g. locale. This happens even though the date format is specified strictly. To ensure reliable parsing for all users, you need to explicitly set a NSDateFormatter’s locale property. Example follows for a user that