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

Question: Easily creating an xcframework to support multiple pltaforms? #75

Open
MikeHart66 opened this issue Jan 8, 2022 · 2 comments

Comments

@MikeHart66
Copy link

Hi,
is there an easy way to build a xcframework that contains MetalAngle for all platforms for ios and the simulators? ARM64, X86_64 and x386 might be needed.

Keep up the great work.

@Berstanio
Copy link
Contributor

It should be pretty simple. You can run the command xcodebuild -create-xcframework -framework /path/to/ios/framework/MetalANGLE.framework -framework /path/to/simulator/framework/MetalANGLE.framework -output MetalANGLE.xcframework

@MikeHart66
Copy link
Author

Thanks will give that a try.

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

No branches or pull requests

2 participants