Missing libg7221codec-arm64-apple-darwin_ios lib related file name Dynamic import in PJSIp on Xcode

VS
Vivek Shukla
Wed, Apr 3, 2019 9:42 AM

Hello,

I am Implementing dynamic PJSip (2.7) on Xcode. I am getting an error Read
mark (Missing library In PJSip setup). I want to add on all library PJSIP.

I have getting linker Error Like :

  • "_pjsua_conf_connect", referenced from:*

  •  _call_init_tonegen in dtmf.o*
    
  •  _on_call_media_state in call.o*
    
  •  _sip_ring_start in ring.o*
    
  •  _sip_ringback_start in ring.o*
    
  •  _console_app_main in pjsua_app.o*
    
  •  _ringback_start in pjsua_app.o*
    
  •  _on_call_audio_state in pjsua_app.o*
    
  •  ...*
    
  • "_pjsip_tsx_send_msg", referenced from:*

  •  _on_call_tsx_state in pjsua_app.o*
    
  • "_pjsua_call_process_redirect", referenced from:*

  •  _console_app_main in pjsua_app.o*
    
  • "_pjsua_set_null_snd_dev", referenced from:*

  •  _app_init in pjsua_app.o*
    
  • "_pjmedia_tonegen_stop", referenced from:*

  •  _sip_call_play_digits in dtmf.o*
    
  • "_pj_strncpy_with_null", referenced from:*

  •  _console_app_main in pjsua_app.o*
    

ld: symbol(s) not found for architecture arm64

clang: error: linker command failed with exit code 1 (use -v to see
invocation)

Missing file Show in RED mark, How to resolve it like :

--
*Best Regards *

*Vivek Shukla *
*Sr. iOS Developer *

Hello, I am Implementing dynamic PJSip (2.7) on Xcode. I am getting an error Read mark (Missing library In PJSip setup). I want to add on all library PJSIP. I have getting linker Error Like : * "_pjsua_conf_connect", referenced from:* * _call_init_tonegen in dtmf.o* * _on_call_media_state in call.o* * _sip_ring_start in ring.o* * _sip_ringback_start in ring.o* * _console_app_main in pjsua_app.o* * _ringback_start in pjsua_app.o* * _on_call_audio_state in pjsua_app.o* * ...* * "_pjsip_tsx_send_msg", referenced from:* * _on_call_tsx_state in pjsua_app.o* * "_pjsua_call_process_redirect", referenced from:* * _console_app_main in pjsua_app.o* * "_pjsua_set_null_snd_dev", referenced from:* * _app_init in pjsua_app.o* * "_pjmedia_tonegen_stop", referenced from:* * _sip_call_play_digits in dtmf.o* * "_pj_strncpy_with_null", referenced from:* * _console_app_main in pjsua_app.o* *ld: symbol(s) not found for architecture arm64* *clang: error: linker command failed with exit code 1 (use -v to see invocation)* *Missing file Show in RED mark, How to resolve it like :* -- *Best Regards * *Vivek Shukla * *Sr. iOS Developer *