Skip to content

Build for Catalyst #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

Merged
merged 3 commits into from
May 28, 2025
Merged

Build for Catalyst #168

merged 3 commits into from
May 28, 2025

Conversation

bbrk24
Copy link
Contributor

@bbrk24 bbrk24 commented May 23, 2025

Updates Package.resolved so it actually builds, add a CI job for it, and add a missing #available.

@bbrk24
Copy link
Contributor Author

bbrk24 commented May 23, 2025

I thought I'd have two such builds, one for x86 and one for ARM. I thought to run the x86 build on macOS 13 so it would be a native build instead of cross-compiling. I forgot macOS 13 can't run a new enough version of Xcode.

@bbrk24
Copy link
Contributor Author

bbrk24 commented May 23, 2025

Pfft, the build failed because it built MacroToolkit for x86 and then couldn't use it. Not sure what to do about that.

@stackotter
Copy link
Owner

That seems a lot like an issue I was getting back when Swift Bundler used SwiftPM for iOS builds. I fixed that issue by using xcodebuild when targeting iOS, so it's weird that the CI job is getting a similar issue but with xcodebuild.

Copy link
Owner

@stackotter stackotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for getting this working!

@stackotter stackotter merged commit dfb2ba6 into stackotter:main May 28, 2025
10 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.

2 participants