简体   繁体   English

AddressBook在iOS9中不起作用

[英]AddressBook not working in iOS9

Recently I have downloaded Xcode beta4 for giving support to iOS 9 in myApp.Now the address book is not working its show blank screen when I select a contact, with following logs. 最近我下载了Xcode beta4,以便在myApp中为iOS 9提供支持。现在,当我选择带有以下日志的联系人时,通讯录无法正常显示空白屏幕。

plugin com.apple.MobileAddressBook.ContactsViewService interrupted plugin com.apple.MobileAddressBook.ContactsViewService invalidated 插件com.apple.MobileAddressBook.ContactsViewService中断插件com.apple.MobileAddressBook.ContactsViewService无效

I have implemented all major delegate of ABPeoplePicker and put break points its not going in any of them. 我已经实现了ABPeoplePicker的所有主要代表,并把断点放在了其中的任何一个中。

Thanks in advance. 提前致谢。

UPDATE This issue has been solved by Apple since Xcode 7 GM , I have confirmed that it works. 更新自Xcode 7 GM以来,Apple已解决了此问题,我已经确认它可以工作。

ABPeoplePickerNavigationController no longer works on iOS9, ABPeoplePickerNavigationController不再适用于iOS9,

Apple created new library/framework for Contacts in iOS9 ( https://developer.apple.com/library/prerelease/ios/documentation/Contacts/Reference/Contacts_Framework/index.html ) Apple在iOS9中为联系人创建了新的库/框架( https://developer.apple.com/library/prerelease/ios/documentation/Contacts/Reference/Contacts_Framework/index.html

even if application is compiled/built with older Xcode (6) it still behaves like that, in Beta 2 it crashed , in beta 3 it shows black screen, 即使使用较旧的Xcode(6)编译/构建了应用程序,其行为仍然如此,在Beta 2中它崩溃了,在Beta 3中它显示了黑屏,

Apples sample project ( https://developer.apple.com/library/prerelease/ios/samplecode/PeoplePicker/Introduction/Intro.html ) also has the same issue/behavior. 苹果的示例项目( https://developer.apple.com/library/prerelease/ios/samplecode/PeoplePicker/Introduction/Intro.html )也具有相同的问题/行为。

I have opened an issue at bugreport.apple.com ( id - 22001958 ) , saying that it should at least behave like older iOS versions 我在bugreport.apple.com(id-22001958)上打开了一个问题,说它至少应该像旧的iOS版本一样运行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM