Hi,
I’ve recently raised iOS Deplyoment Target to 14.0 and getting the following warnings.
Should I spend some time refactoring usage that depends on these or are these things that could be fixed in future updates?
Hi,
I’ve recently raised iOS Deplyoment Target to 14.0 and getting the following warnings.
Should I spend some time refactoring usage that depends on these or are these things that could be fixed in future updates?
Just because it’s deprecated doesn’t mean it no longer works. Typically these old APIs will keep working for a long time.
Thanks, we’ve fixed these warnings on the develop branch:
the following warning remains (with same message) when moving to iOS 17.0:
juce_UIViewComponentPeer_ios.mm
traitCollectionDidChange
Sorry about that, I made a mistake with one of the preprocessor checks. It should be fixed here:
no worries, much appreciated for getting to it quickly.