Hi,the problem is that i didn't use any OpenGLES code into my project so actually i don't know where should i put my hands on π€
Post
Replies
Boosts
Views
Activity
Thanks for your explanation.If i click on the error i get this:ld: framework not found OpenGLESclang: error: linker command failed with exit code 1 (use -v to see invocation)
I found that one of my third party library (VLCKit) use OpenGLES. That's why i can't build for Mac Catalyst. Thanks for your help! π
They suggest to useUIView.appearance().backgroundColor = UIColor.redWhere should i put this line of code?