Contacts framework social profiles SIGABRT error in Swift

我们两清 提交于 2019-12-25 08:44:04

问题


I am trying to save information to my contacts through programming and everything goes successful, however when I try to save social profiles I get this SIGABRT ERROR:

2017-01-23 00:10:11.323693 FVSCANNER[765:154249] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles

2017-01-23 00:10:11.325124 FVSCANNER[765:154249] [MC] Reading from public effective user settings.

Could not cast value of type 'FVSCANNER.starter' (0x1001f4d80) to 'UINavigationController' (0x1a8cf8748).

2017-01-23 00:10:15.276951 FVSCANNER[765:154249] Could not cast value of type 'FVSCANNER.starter' (0x1001f4d80) to 'UINavigationController' (0x1a8cf8748).

(lldb)

Could someone please explain to me what do I need to do in order to fix this? Thank You in advance!

来源:https://stackoverflow.com/questions/41799682/contacts-framework-social-profiles-sigabrt-error-in-swift

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!