ALL,
When compiling my program I got following:
install_name_tool: changing install names or rpaths can't be redone for: /Users/igorkorot/dbhandler/dbhandler/Build/Products/Debug/dbhandler.app/Contents/Frameworks/liblibdialogs.dylib (for architecture x86_64) because larger updated load commands do not fit (the program must be relinked, and you may need to use -headerpad or -headerpad_max_install_names)
I am working with Xcode and I’m not sure what the error means and how do I fix it.
The program is actually builds successfully and can be executed.
Could someone please help?
TIA!!