I’m working in address book for iphone.
it generate address into UILabel.
when I’m running the application everything goes well, but after showing about %30 of the addresses and sadenly stopped without any reason!
Only in terminal shows:
Error, could not create MachMessagePort for database doctor (com.apple.addressbook.migrationdaemon) starting in process migration
Please help me!
I just had the same problem…
the object i found that needed to be released was the
ABAddressBookRefit’s self… looks like you can only have so many (242 on the sim.) address book refs before it hangs…. 😛Hope this helps… 🙂