MFMessageComposeViewController error

I'm using MFMessageComposeViewController to send sms for ALL contacts in adress book. Trying to show it modally, but it takes too much time for displaing all recepients. MFMessageComposeViewController appear with title "New" and white board with no buttons on it. After 2 minutes or so view changes to normal new message screen(MFMessageComposeViewController with all contacts). It looks like core library tryied to parse my array of phone numbers (recipients parameter, all numbers are strings) for making it to account names.

Also debugger prints error:

<CKSMSComposeRemoteViewController: 0x169b6600> timed out waiting for fence barrier from com.apple.mobilesms.compose

How to avoid it? How to display MFMessageComposeViewController faster and nice?

MFMessageComposeViewController error
 
 
Q