-
-
Notifications
You must be signed in to change notification settings - Fork 898
Fix "undefined symbol: _objc_msgSend$X" #168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Apple requires Xcode 14.1 from April 25:
https://developer.apple.com/news/?id=jd9wcyov.
So if anyone is still using Xcode 13, they better upgrade.
Apple requires Xcode 14.1 from April 25:
https://developer.apple.com/news/?id=jd9wcyov.
So if anyone is still using Xcode 13, they better upgrade.
I am using tools from XCode 14.2. I don't really see the relevance of this comment.
Yes I’m using XCode 14.2. When linking to the static libraries built by the script I get a plethora of undefined symbol: _objc_msgSend$<some name >
errors from lld. As far as I’m aware these symbols aren’t particularly useful, but they’re to do with Objective C...
Newer versions of XCode export a bunch of
_objc_msgSend$<identifier>
symbols: https://stackoverflow.com/a/74054943/