Skip to content
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

Build LLDB module_name from directory and filename #2947

Merged

Conversation

polac24
Copy link
Contributor

@polac24 polac24 commented Mar 12, 2024

Fixes #2946.

Xcode 15.3 doesn't expose __get_fullpath__ anymore so building that with a public API equivalent. Works on both old and newer Xcodes.

@polac24 polac24 requested a review from a team as a code owner March 12, 2024 18:35
@brentleyjones
Copy link
Contributor

You'll need to sign-off on your commit to pass the DCO check.

Signed-off-by: Bartosz Polaczyk <polac24@gmail.com>
@polac24
Copy link
Contributor Author

polac24 commented Mar 12, 2024

Sorry, my bad, signed-off.

@brentleyjones
Copy link
Contributor

Thanks!

@brentleyjones brentleyjones changed the title Build LLDB module_name from directory and filename Build LLDB module_name from directory and filename Mar 12, 2024
Signed-off-by: Brentley Jones <github@brentleyjones.com>
@brentleyjones brentleyjones merged commit 20914f3 into MobileNativeFoundation:main Mar 12, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Xcode 15.3 LLDB error
2 participants