I wanted to access the users contacts from within my SwiftUI app. Unfortunately, the statement:
import ContactsUI
Produces the following error:
No such module ‘ContactsUI’
Should I be able to import this module?
I wanted to access the users contacts from within my SwiftUI app. Unfortunately, the statement:
import ContactsUI
Produces the following error:
No such module ‘ContactsUI’
Should I be able to import this module?