I have Lenovo ThinkVision T32H-20 connected to DTK with USB-C cable. In installation phase it needed couple power on / off for monitor to start working and the screen was newer turned off. But with the latest Big Sur beta 4, monitor works perfectly.
Post
Replies
Boosts
Views
Activity
I tested your code and it works!
Thanks for the excellent idea 👍
Did you remember to add the fonts to the info.plist of the target application inside the "Fonts provided by application"?
I have that and the fonts are loaded correctly after registering fonts with this example code.
Is there any way to get the old Xcode working with the new ios17.
We got some reports from customers that there is some issue with ios17.
To debug the issue we need the debugger running. But some of our 3rd party libs are not yet compatible with XCode 15 so the project does not compile and there fore we cannot debug the project with latest xcode.
Usually in this situation we have just copied the device support from old XCode and resolved the issue with debugger of older version of XCode.
Of cource we can add tons of prints to code and try to get the error out the good old traditional way. But having the debugger working is always much nicer way to debug code.