Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 swift 2 中,以下行有效
var contacts = [CNContact]()
但在 swift 3 中出现“使用未解析的标识符 CNContact”错误消息。我尝试了插入和删除import Contacts,因为 xcode 8 忽略了导入,因为视图控制器已经是模块“联系人”的一部分。如何解决?
import Contacts
它在Swift 3.0. 我刚刚创建了一个新项目,我可以自由使用CNContact.
Swift 3.0
CNContact
可能的解决方法:
现在尝试构建您的项目。