Quote:
Originally Posted by rvotel
Hi,
So I launch the Mail client in my App via MFMailComposeViewController. When I push send I get the debugger error:
"DA|Could not open the lock file at /tmp/DAAccountsLoading.lock. We'll load the accounts anyway, but bad things may happen"
It still sends the email to my account, but I really don't like this message. Does anyone know what it means or how I can get around it?
|
Did anyone every find a solution to this, I just started getting the same debugger message. MyApp was working fine, without this, until I added the Reachability Classes, I got them to work fine, but during a final stage of testing I caught this same debugger message coming up. I don't have anything extra in my dismiss delegate method, just the message and I display an alertView that shows what happened to the email to the user.