Post

Replies

Boosts

Views

Activity

Reply to Missing iOS 17 device support files
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.
Jun ’23
Reply to Custom Fonts in Swift Package
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.
Sep ’20