Thanks for replying to my Questions.
Sorry for replying so late.
Also regarding my question of using lldb as debugger it is not hitting the break point which i had set in QtCreator project.
Now i tried installing gdb debugger it works,But for Non-Qt Project it fails to load the debugging symbols.
But using LLDB debugger issue is still persists.
Second Question of resolving the issue of Library not loaded by executable.
I tried using :
otool -L ABC.exe
and it showed me the dependent .dylib and there path where missing But i tried changing it via
install_name_tool -change <old> <new> <exe>
But i got same error.Then i set the DYLD_LIBRARY_PATH inside my Qt Project under Project > Run>Run Environment >
I hardcoded the path for Debug external Libraries.But how it work for Release external Library.
I need to again amend that for Release Build ?
I am currently using Xcode 6.3.