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.
I compiled my project with Xcode14 beta and found that the.a static library could not link to its own library symbols。
Example Like This:
Undefined symbols for architecture arm64:
"_objc_msgSend$setOffsetFromCenter:", referenced from:
+[SVProgressHUD setOffsetFromCenter:] in libSVProgressHUD.a(SVProgressHUD.o)
+[SVProgressHUD resetOffsetFromCenter] in libSVProgressHUD.a(SVProgressHUD.o)
"_objc_msgSend$unreachableBlock", referenced from:
-[Reachability reachabilityChanged:] in libReachability.a(Reachability.o)
SetOffsetFromCenter is a symbol in the SVProgressHUD library, but cannot be linked using ZLD。