You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: