fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Could not compile iOS project when -DMetal flag is set #1432

Closed ichan-mb closed 2 years ago

ichan-mb commented 2 years ago

Describe the bug On the Uno v2.0.0 has the ability to pass -DMetal to compile ios project using Metal backend instead of using OpenGL. but it gives errors and is unable to compile properly. I suspect we have to modify the GraphicsView class

To Reproduce Create a simple/empty project. and then compile with: uno build -DMetal

Expected behavior The project should compile with no error

Screenshots If applicable, add screenshots to help explain your problem.

image