Mac Catalyst and iOS 13.5

旧巷老猫 提交于 2020-07-18 11:58:27

问题


I am currently getting a weird warning from Xcode 11.5 (I'm using the release version):

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.

I did a web search and haven't seen this message mentioned by anybody.

Now, I could set my deployment back to iOS 13.0 (I'm not using any special features in iOS 13.5 in my project), but was wondering why this particular warning is being issued? Certainly, Apple has not decided to discontinue support for Mac Catalyst, has it?


回答1:


Seems that Mac Catalyst deployment target 13.5 is not supported yet. Lower value should be fine.



来源:https://stackoverflow.com/questions/62118264/mac-catalyst-and-ios-13-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!