Xcode linking against static and dynamic library
问题 I have some problems with linking my macOS app against C libraries. I have several question related to this issue. It is better to link app against dynamic or static libraries taking into account that this will be very custom libraries rather not shared with other apps? I have linked my macOS Xcode app against ~14 static libraries .a and it works fine. I have reconfigured CMakeLists.txt making this libraries and now Xcode project doesn't work. The main change was changing the directory I have