MKLocalSearchRequest start returns error

I'm using MKLocalSearchRequest in iOS app for looking nearby places. I'm usually get back all places nearby provided coordinate if naturalLanguageQuery is not set. But recently I start getting back The operation couldn’t be completed. (MKErrorDomain error 4.) all the time.If I set naturalLanguageQuery for example "bar", I get all bars around, but get error again if naturalLanguageQuery set back to nil.

Someone expirienced same issue? Is the temporary? Anyone from Apple know the answer? Is this forum appropriate place to ask?

Thanks a lot for any help!

Hit the same issue. In my case, the request fails even when naturalLanguageQuery is not nil.

@DiP How do you fix the issue?

MKLocalSearchRequest start returns error
 
 
Q