This content has been marked as final.
Show 3 replies
-
Re: Issue instantiating CLPlacemark
mpdifran Aug 15, 2018 4:38 PM (in response to mpdifran)Update: Looks like the constructor is included in the Intents framework (which is imported in the Swift file).
-
Re: Issue instantiating CLPlacemark
georgbachmann Aug 30, 2018 12:29 AM (in response to mpdifran)Hey there,
I just hit the same problem.
Can you tell me how to fix it? I've imported CoreLocation as well as Intents but still see the error
Cheers,
Georg
-
Re: Issue instantiating CLPlacemark
eat.sleep.do.math Sep 15, 2019 1:09 AM (in response to georgbachmann)Just add
import Contacts
Initializer can not resolve address parameter type CNPostalAddress and gives this silly error message.
-
-