Undefined symbols for architecture armv7 while integrating speechkit of nuance dragon mobile

自古美人都是妖i 提交于 2019-11-29 09:58:09

It seems you haven't added CFNetwork.Framework, SystemConfiguration.Framework and Security.Framework to your project. Add them in Xcode at the "libraries to link" section, and everything should be fine.

Sorry for the late reply. I just solved this issue myself.

H2C03 is close, but it's actually CFNetwork.Framework and Security.framework that you need.

It's unfortunate the Speech Kit Basics walkthrough in the Dragon docs only shows that you need UIKit.framework, Foundation.framework, CoreGraphics.framework, AudioToolbox.framework, SystemConfiguration.framework, and SpeechKit.framework. It's a little misleading.

If you open up the DragonMobileRecognizer sample project you can compare the frameworks it uses to yours and see what you're missing.

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