In the previous post, I described a problematic warning introduced by the new linker in Xcode 15. In it, I shared that the warning can be effectively disabled by passing a suitable argument to the linker:OTHER_LDFLAGS = -Wl,-no_warn_duplicate_librariesThis simple declaration will address the pr| Indie Stack