Hi All, Let me first start off by introducing myself. I?m Nguni. I?m a software developer who has just recently began developing mobile apps. I?m building a VOIP app on the IOS platform. When I make a call to the libraries, this is the error I?m receiving: Ld /Users/nguni52/Library/Developer/Xcode/DerivedData/rixma-dkvbtnjboocolsayjucrbpisyvph/Build/Products/Debug-iphoneos/rixma.app/rixma normal armv7 cd /Users/nguni52/Documents/Projects/pjsip/pjsip-apps/src/pjsua/rixma_ios/rixma setenv IPHONEOS_DEPLOYMENT_TARGET 7.0 setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -L/Users/nguni52/Library/Developer/Xcode/DerivedData/rixma-dkvbtnjboocolsayjucrbpisyvph/Build/Products/Debug-iphoneos -L/Users/nguni52/Documents/Projects/pjsip/pjlib/lib -L/Users/nguni52/Documents/Projects/pjsip/pjlib-util/lib -L/Users/nguni52/Documents/Projects/pjsip/pjmedia/lib -L/Users/nguni52/Documents/Projects/pjsip/pjnath/lib -L/Users/nguni52/Documents/Projects/pjsip/pjsip/lib -F/Users/nguni52/Library/Developer/Xcode/DerivedData/rixma-dkvbtnjboocolsayjucrbpisyvph/Build/Products/Debug-iphoneos -filelist /Users/nguni52/Library/Developer/Xcode/DerivedData/rixma-dkvbtnjboocolsayjucrbpisyvph/Build/Intermediates/rixma.build/Debug-iphoneos/rixma.build/Objects-normal/armv7/rixma.LinkFileList -dead_strip -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=7.0 -framework CoreGraphics -framework UIKit -framework Foundation -Xlinker -dependency_info -Xlinker /Users/nguni52/Library/Developer/Xcode/DerivedData/rixma-dkvbtnjboocolsayjucrbpisyvph/Build/Intermediates/rixma.build/Debug-iphoneos/rixma.build/Objects-normal/armv7/rixma_dependency_info.dat -o /Users/nguni52/Library/Developer/Xcode/DerivedData/rixma-dkvbtnjboocolsayjucrbpisyvph/Build/Products/Debug-iphoneos/rixma.app/rixma Undefined symbols for architecture armv7: "_pj_log_get_level", referenced from: _rixmaOnStartedCb in RixmaDelegate.o "_pj_log_3", referenced from: _rixmaOnStartedCb in RixmaDelegate.o "_pj_init", referenced from: -[RixmaDelegate rixmaStart] in RixmaDelegate.o ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation) I have included the libraries in Library Search Paths in Build Settings. What else am I missing? Any help will be greatly appreciated. Cheers, -- Nguni Phakela -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20131114/0901d35a/attachment-0001.html>