Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Xcode 14 beta. Can not Not link _objc_msgSend #113

@william52328

Description

@william52328

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。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions