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

Fixes for Mac Catalyst #716

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Fixes for Mac Catalyst #716

wants to merge 2 commits into from

Conversation

colbyn
Copy link
Contributor

@colbyn colbyn commented Oct 27, 2022

VIA some minor tweaks I was able to get rust to build rust-skia for the x86_64-apple-ios-macabi target. But when I link it from Xcode, Xcode complains

ld: in lib/file.a(libskia.SkPaint.o), building for Mac Catalyst, but linking in object file built for macOS, for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I don’t get what I’m doing wrong?

Rust compiled it just fine, and the underlying architecture is x86_64, but Xcode thinks that it’s built for MacOS.


Anyway I though I’d open this WIP PR in the hope that I may get feedback of some kind that can translate to getting rust-skia building for catalyst.

@colbyn
Copy link
Contributor Author

colbyn commented Oct 27, 2022

Theres the associated issue, which I can close.

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.

None yet

1 participant