You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
fprintf(stderr, "\"%s - this is a zld/Xcode 14 issue, see the bottom of the full error message for details\", referenced from:\n", _options.demangleSymbol(name));
fprintf(stderr, " NOTE: a missing vtable usually means the first non-inline virtual member function has no definition.\n");
1565
1569
}
1566
1570
}
1571
+
for (constauto &name : unresolvableUndefines) {
1572
+
if (strstr(name, "_objc_msgSend")) {
1573
+
fprintf(stderr, "****************************\nNOTE: at least one missing symbol is due to changes in Xcode 14 (https://github.com/michaeleisel/zld/issues/113). Here are some workarounds:\n- Add the -fno-objc-msgsend-selector-stubs *compiler* flag to your build\n- Switch to lld, another fast alternative to ld64\n****************************\n");
0 commit comments