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

前端 未结 2 894
北海茫月
北海茫月 2020-12-19 03:00

I integrating my app with speechkit of naunce dragon mobile when run i am below error:

Undefined symbols for architecture armv7:
  \"_kCFStreamPropertySSLPee         


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-19 03:22

    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.

提交回复
热议问题