I integrating my app with speechkit of naunce dragon mobile when run i am below error:
Undefined symbols for architecture armv7: \"_kCFStreamPropertySSLPee
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.
CFNetwork.Framework
SystemConfiguration.Framework
Security.Framework