I'm getting this warning message in Xcode Version 11.5 (11E608c)
The Mac Catalyst deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 13.5, but the range of supported deployment target versions is 13.1 to 13.4.99. (in target 'Food Tracker' from project 'Food Tracker')
My deployment target is for a universal binary
What am I doing incorrectly?