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?
hi
i have the same problem in my application.....if anybody know about this,pls give a solution
Thanks
Hey, so I just ignored it in my app (Outlast Football) and I haven't experienced any troubles (nor has anyone else). I say just go ahead, so long as you've tested it on your device. Good Luck!
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.